fix: re add module property (#16)

* Fix typo

* Fix require

* Remove deprecated nextjs

* Update package.json

* Update package.json
pull/23/head
Lőrik Levente 4 years ago committed by GitHub
parent be1f6a980b
commit 4161b77272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@
"version": "0.2.0",
"description": "Tool for decoding qrcode",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"sideEffects": false,
"scripts": {
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,aio && npm run copy-file",

Loading…
Cancel
Save