mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-28 08:59:45 +03:00
Dependences and npm package config
This commit is contained in:
parent
805d262aea
commit
b1aab788ce
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,5 +2,6 @@ node_modules
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
lib
|
lib
|
||||||
|
dist
|
||||||
coverage
|
coverage
|
||||||
.idea
|
.idea
|
||||||
|
|
7736
packages/d3tooltip/dist/d3tooltip.js
vendored
7736
packages/d3tooltip/dist/d3tooltip.js
vendored
File diff suppressed because it is too large
Load Diff
2
packages/d3tooltip/dist/d3tooltip.min.js
vendored
2
packages/d3tooltip/dist/d3tooltip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +0,0 @@
|
||||||
.DS_Store
|
|
||||||
*.log
|
|
||||||
test
|
|
||||||
.idea
|
|
|
@ -10,11 +10,12 @@
|
||||||
"lint": "eslint src test",
|
"lint": "eslint src test",
|
||||||
"test": "babel-node test/map2tree.js | tap-diff",
|
"test": "babel-node test/map2tree.js | tap-diff",
|
||||||
"check": "npm run lint && npm run test",
|
"check": "npm run lint && npm run test",
|
||||||
"prepublish": "npm run check && npm run clean && npm run build && npm run build:umd"
|
"prepare": "npm run build && npm run build:umd",
|
||||||
},
|
"prepublishOnly": "npm run check && npm run clean && npm run build && npm run build:umd"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/romseguy/map2tree.git"
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map2tree",
|
"map2tree",
|
||||||
|
@ -26,9 +27,9 @@
|
||||||
"author": "romseguy",
|
"author": "romseguy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/romseguy/map2tree/issues"
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/romseguy/map2tree",
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.3.15",
|
"babel-cli": "^6.3.15",
|
||||||
"babel-core": "^6.1.20",
|
"babel-core": "^6.1.20",
|
||||||
|
@ -49,6 +50,11 @@
|
||||||
"lodash": "^4.2.1"
|
"lodash": "^4.2.1"
|
||||||
},
|
},
|
||||||
"npmName": "map2tree",
|
"npmName": "map2tree",
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"dist",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"npmFileMap": [
|
"npmFileMap": [
|
||||||
{
|
{
|
||||||
"basePath": "/dist/",
|
"basePath": "/dist/",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user