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
added dist
  • Loading branch information
matyulabz committed Nov 13, 2018
commit a24a64b981fe13cd1be8a67ccb2b6ef82c661595
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("@pokusew/pcsclite");
var _pcsclite = require("@matyulabz/pcsclite");

var _pcsclite2 = _interopRequireDefault(_pcsclite);

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 '@pokusew/pcsclite';
import pcsclite from '@matyulabz/pcsclite';
import EventEmitter from 'events';
import Reader from './Reader';
import ACR122Reader from './ACR122Reader';
Expand Down