notabase icon indicating copy to clipboard operation
notabase copied to clipboard

Remove invalid type=module

Open vihanb opened this issue 4 years ago • 1 comments

This project is not written as an ESModule, hence it is invalid for this to have type: module in the package.json. This PR removes this. This fixes build errors on Node.js version >12

vihanb avatar Jun 14 '20 23:06 vihanb

[Note for other users]

Before PR confirmed, use:

yarn add @vihanb/notabase
const Notabase = require('@vihanb/notabase')

osbre avatar Jul 17 '20 17:07 osbre