Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue in ACR122Reader.js causing Unexpected Token bug. #52

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
matyulabz committed Nov 13, 2018
commit a038ede9039a2ee29ceaaa21768a78774b7f5d24
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/pokusew/nfc-pcsc.git"
},
"scripts": {
"prepare": "babel src --out-dir dist",
"build": "babel src --out-dir dist",
"example": "node -r babel-register examples/index.js",
"example-basic": "node -r babel-register examples/basic.js",
"example-desfire": "node -r babel-register examples/desfire.js",
Expand All @@ -45,6 +45,7 @@
"example-uid-logger": "node -r babel-register examples/uid-logger.js",
"example-without-auto": "node -r babel-register examples/without-auto.js",
"test": "cross-env NODE_ENV=test ava test --verbose"
"prepare": "npm run build"
},
"dependencies": {
"@matyulabz/pcsclite": "https://github.com/matyulabz/node-pcsclite.git"
Expand Down