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 38c65640b5e775037ec28a98b5f28da910aa0ea1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "cross-env NODE_ENV=test ava test --verbose"
},
"dependencies": {
"matyulabz/pcsclite": "^0.4.18"
"matyulabz/pcsclite": "https://github.com/matyulabz/node-pcsclite"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down