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
changes
  • Loading branch information
matyulabz committed Nov 13, 2018
commit 07a16663d2bdde410f574479ad92cbee777c0822
2 changes: 1 addition & 1 deletion dist/NFC.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
value: true
});

var _pcsclite = require("@matyulabz/pcsclite");
var _pcsclite = require("@pokusew/pcsclite");

var _pcsclite2 = _interopRequireDefault(_pcsclite);

Expand Down
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": "https://github.com/matyulabz/node-pcsclite.git"
"@pokusew/pcsclite": "https://github.com/matyulabz/node-pcsclite.git"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/NFC.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

import pcsclite from '@matyulabz/pcsclite';
import pcsclite from '@pokusew/pcsclite';
import EventEmitter from 'events';
import Reader from './Reader';
import ACR122Reader from './ACR122Reader';
Expand Down