Skip to content

Commit

Permalink
Merge map2tree package
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed May 7, 2020
1 parent 80d7ecd commit 0380112
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 37 deletions.
Empty file modified packages/map2tree/.eslintignore
100644 → 100755
Empty file.
Empty file modified packages/map2tree/.eslintrc
100644 → 100755
Empty file.
6 changes: 0 additions & 6 deletions packages/map2tree/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/map2tree/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/map2tree/.travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions packages/map2tree/CHANGELOG.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/map2tree/CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/map2tree/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A pure function to convert a map into a tree structure.
A pure function to convert a map into a tree structure. Created by [@romseguy](https://github.com/romseguy) and merged from [`romseguy/map2tree`](https://github.com/romseguy/map2tree).

The following opinions must be taken into account since the primary use case of this library is [redux-devtools-chart-monitor](https://github.com/romseguy/redux-devtools-chart-monitor):

Expand Down
16 changes: 11 additions & 5 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -49,6 +50,11 @@
"lodash": "^4.2.1"
},
"npmName": "map2tree",
"files": [
"lib",
"dist",
"src"
],
"npmFileMap": [
{
"basePath": "/dist/",
Expand Down
Empty file modified packages/map2tree/test/map2tree.js
100644 → 100755
Empty file.
Empty file modified packages/map2tree/webpack.config.js
100644 → 100755
Empty file.

0 comments on commit 0380112

Please sign in to comment.