fix entry point in package.json

This commit is contained in:
Daniel
2019-01-19 17:10:37 +01:00
parent 788a65bb24
commit 2637e698fd
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "qr-scanner",
"version": "0.5.0",
"description": "A javascript QR scanner library",
"main": "qr-scanner.js",
"main": "qr-scanner.min.js",
"module": "src/qr-scanner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"