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 c0fd434d57d630a5f5bf199a7b761173c8c696db
2 changes: 1 addition & 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": {
"build": "babel src --out-dir dist",
"prepare": "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 Down