mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Npm package config
This commit is contained in:
parent
220185ab3f
commit
6179edc364
|
@ -1,7 +0,0 @@
|
||||||
.DS_Store
|
|
||||||
*.log
|
|
||||||
src
|
|
||||||
test
|
|
||||||
examples
|
|
||||||
coverage
|
|
||||||
packages
|
|
|
@ -13,13 +13,18 @@
|
||||||
"NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
|
"NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
|
||||||
"test:cov":
|
"test:cov":
|
||||||
"babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
|
"babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
|
||||||
"prepublish": "npm run test && npm run clean && npm run build",
|
"prepare": "npm run build",
|
||||||
|
"prepublishOnly": "npm run test && npm run clean && npm run build",
|
||||||
"start": "cd examples && npm start",
|
"start": "cd examples && npm start",
|
||||||
"precommit": "lint-staged"
|
"precommit": "lint-staged"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/chibicode/react-json-tree.git"
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
||||||
},
|
},
|
||||||
"keywords": ["react", "json viewer"],
|
"keywords": ["react", "json viewer"],
|
||||||
"author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)",
|
"author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)",
|
||||||
|
@ -30,9 +35,9 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/chibicode/react-json-tree/issues"
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/chibicode/react-json-tree",
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user