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 968b707d7671d33567e83196b8f0dc6476c000a4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/pokusew/nfc-pcsc.git"
"url": "https://github.com/matyulabz/nfc-pcsc.git"
},
"scripts": {
"install": "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 Down