mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Use explicit files whitelist
This commit is contained in:
parent
7029a9e42e
commit
fdc78b303e
|
@ -1,6 +0,0 @@
|
|||
.DS_Store
|
||||
*.log
|
||||
src
|
||||
test
|
||||
examples
|
||||
coverage
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user