Skip to content

Commit

Permalink
Merge pull request #21 from yusukeshibata/feature/hotfix_exports
Browse files Browse the repository at this point in the history
Recover require export IF
  • Loading branch information
yusukeshib authored Jul 21, 2020
2 parents 9c7cb90 + 5a25b1f commit 7e0d026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-fingerprint",
"version": "1.2.1",
"version": "1.2.2",
"description": "Client fingerprint server implementation.",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ for (const key in parameters) {
}

export default Fingerprint;
module.exports = Fingerprint;

0 comments on commit 7e0d026

Please sign in to comment.