mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +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",
|
"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"
|
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gaearon/redux-devtools.git"
|
"url": "https://github.com/gaearon/redux-devtools.git"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user