mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +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
|
||||
.DS_Store
|
||||
lib
|
||||
dist
|
||||
coverage
|
||||
.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",
|
||||
"test": "babel-node test/map2tree.js | tap-diff",
|
||||
"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": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/romseguy/map2tree.git"
|
||||
"url": "https://github.com/reduxjs/redux-devtools.git"
|
||||
},
|
||||
"keywords": [
|
||||
"map2tree",
|
||||
|
@ -26,9 +27,9 @@
|
|||
"author": "romseguy",
|
||||
"license": "MIT",
|
||||
"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": {
|
||||
"babel-cli": "^6.3.15",
|
||||
"babel-core": "^6.1.20",
|
||||
|
@ -49,6 +50,11 @@
|
|||
"lodash": "^4.2.1"
|
||||
},
|
||||
"npmName": "map2tree",
|
||||
"files": [
|
||||
"lib",
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"npmFileMap": [
|
||||
{
|
||||
"basePath": "/dist/",
|
||||
|
|
Loading…
Reference in New Issue
Block a user