Skip to content

Commit

Permalink
chore: use package.js files instead of npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 22, 2019
1 parent 723c198 commit 5af3813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"standard-version": "^4.4.0",
"xo": "^0.24.0"
},
"files": [
"*.js",
"!*.test.js"
],
"xo": {
"space": true,
"semicolon": false,
Expand Down

0 comments on commit 5af3813

Please sign in to comment.