Skip to content

Commit

Permalink
chore: add files section to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Apr 5, 2021
1 parent 0f58aba commit 364c486
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"scripts": {
"test": "mocha test/*.js && (cd example && npm run ci-test)"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"intelli-espower-loader.js",
"lib",
"package.json",
"readme.md"
],
"directories": {
"test": "test/"
},
Expand Down

0 comments on commit 364c486

Please sign in to comment.