Skip to content

Commit ae983a6

Browse files
Switch from npmignore to files option
1 parent ecffd24 commit ae983a6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
"style": "eslint .",
2626
"test": "jest && eslint ."
2727
},
28+
"files": [
29+
"dist/*.css",
30+
"dist/*.css.map",
31+
"lib/*",
32+
"scripts/*.js",
33+
"stubs/*.stub.js",
34+
"*.css",
35+
"*.js"
36+
],
2837
"devDependencies": {
2938
"@babel/cli": "^7.0.0",
3039
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)