Skip to content

Commit

Permalink
fix: main property in package.json
Browse files Browse the repository at this point in the history
Was pointing at the wrong location, making the package unusable.
  • Loading branch information
justinkalland committed Jun 13, 2020
1 parent 1c7bbbb commit b7c88ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/justinkalland/jwt-guard/issues"
},
"main": "index.js",
"main": "./dist",
"scripts": {
"test": "jest",
"lint": "eslint .",
Expand Down

0 comments on commit b7c88ff

Please sign in to comment.