Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fix(npm): fixed npmignore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer committed Jul 4, 2018
1 parent 3c317db commit 744f078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jsconfig.json
yarn.lock
typings.json
.coveralls.yml
.eslintrc

ehthumbs.db
Icon?
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
"bin": {
"i18n-tag-schema": "./cli/index.js"
},
"files": [
"dist",
"cli"
],
"jest": {
"verbose": false,
"collectCoverage": true,
Expand Down

0 comments on commit 744f078

Please sign in to comment.