Skip to content

Commit

Permalink
Merge pull request #485 from lifaon74/master
Browse files Browse the repository at this point in the history
Added '.js' extension to the <main> attribute in package.json
  • Loading branch information
jprichardson committed Sep 5, 2017
2 parents ab2fae9 + f64e76c commit bcc1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"standard": "^10.0.2",
"standard-markdown": "^4.0.1"
},
"main": "./lib/index",
"main": "./lib/index.js",
"scripts": {
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "coveralls < coverage/lcov.info",
Expand Down

0 comments on commit bcc1986

Please sign in to comment.