mirror of
https://github.com/nimiq/qr-scanner.git
synced 2026-07-27 19:56:28 +00:00
fix entry point in package.json
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user