diff --git a/packages/map2tree/.eslintignore b/packages/map2tree/.eslintignore old mode 100644 new mode 100755 diff --git a/packages/map2tree/.eslintrc b/packages/map2tree/.eslintrc old mode 100644 new mode 100755 diff --git a/packages/map2tree/.gitignore b/packages/map2tree/.gitignore deleted file mode 100644 index 3cfa70f017..0000000000 --- a/packages/map2tree/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -node_modules -*.log -.DS_Store -dist -lib -.idea diff --git a/packages/map2tree/.npmignore b/packages/map2tree/.npmignore deleted file mode 100644 index 2929ccfd0e..0000000000 --- a/packages/map2tree/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -.DS_Store -*.log -test -.idea diff --git a/packages/map2tree/.travis.yml b/packages/map2tree/.travis.yml deleted file mode 100644 index c42701fff0..0000000000 --- a/packages/map2tree/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - "iojs" diff --git a/packages/map2tree/CHANGELOG.md b/packages/map2tree/CHANGELOG.md deleted file mode 100644 index bdf25ac639..0000000000 --- a/packages/map2tree/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Change log - -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/packages/map2tree/CODE_OF_CONDUCT.md b/packages/map2tree/CODE_OF_CONDUCT.md deleted file mode 100644 index a0fd0d6b50..0000000000 --- a/packages/map2tree/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,14 +0,0 @@ -# Contributor Code of Conduct - -As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. - -We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion. - -Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. - -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team. - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. - -This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/) - diff --git a/packages/map2tree/README.md b/packages/map2tree/README.md index e36c21b95b..f08f875ddb 100755 --- a/packages/map2tree/README.md +++ b/packages/map2tree/README.md @@ -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): diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 28edb23ea4..2dff8dc805 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -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/", diff --git a/packages/map2tree/test/map2tree.js b/packages/map2tree/test/map2tree.js old mode 100644 new mode 100755 diff --git a/packages/map2tree/webpack.config.js b/packages/map2tree/webpack.config.js old mode 100644 new mode 100755