Use explicit files whitelist

This commit is contained in:
Dan Abramov 2015-12-27 00:35:53 +00:00
parent 7029a9e42e
commit fdc78b303e
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +0,0 @@
.DS_Store
*.log
src
test
examples
coverage

View File

@ -12,6 +12,10 @@
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/gaearon/redux-devtools.git"