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
.DS_Store
lib
dist
coverage
.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",
"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/",

627
yarn.lock

File diff suppressed because it is too large Load Diff