Dependences and npm package config

This commit is contained in:
Zalmoxisus 2018-12-19 15:59:34 +02:00
parent 805d262aea
commit b1aab788ce
6 changed files with 603 additions and 7783 deletions

1
.gitignore vendored
View File

@ -2,5 +2,6 @@ node_modules
*.log *.log
.DS_Store .DS_Store
lib lib
dist
coverage coverage
.idea .idea

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,4 +0,0 @@
.DS_Store
*.log
test
.idea

View File

@ -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/",

627
yarn.lock

File diff suppressed because it is too large Load Diff