fix: typo & require (#13)

* Fix typo

* Fix require

* Remove deprecated nextjs
pull/16/head
Lőrik Levente 4 years ago committed by GitHub
parent d55e4ddcef
commit 2b19762d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,6 @@
"version": "0.1.2",
"description": "Tool for decoding qrcode",
"main": "dist/index.js",
"jsnext:main": "dist/index.esm.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",
@ -60,7 +58,7 @@
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.18.2",
"rolslup": "^2.38.1",
"rolllup": "^2.38.1",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",

Loading…
Cancel
Save