Skip to content

Commit fdc78b3

Browse files
committed
Use explicit files whitelist
1 parent 7029a9e commit fdc78b3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.npmignore

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
1313
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
1414
},
15+
"files": [
16+
"lib",
17+
"src"
18+
],
1519
"repository": {
1620
"type": "git",
1721
"url": "https://github.com/gaearon/redux-devtools.git"

0 commit comments

Comments
 (0)