Skip to content

Commit

Permalink
chore: fix main entry in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haggholm committed May 12, 2021
1 parent cd0c68e commit 37586fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"Patrick McElhaney <pmcelhaney@gmail.com> (http://patrickmcelhaney.com)",
"Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)"
],
"main": "lib/index.js",
"main": "index.js",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover tests",
Expand Down

0 comments on commit 37586fb

Please sign in to comment.