Fix require

pull/13/head
Lőrik Levente 4 years ago committed by GitHub
parent 72cd455f2f
commit 012ce8f89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,8 @@
"name": "qrcode-decoder",
"version": "0.1.2",
"description": "Tool for decoding qrcode",
"main": "dist/index.aio.js",
"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",

Loading…
Cancel
Save