-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9341b3b
commit f174cec
Showing
4 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"immutable" | ||
], | ||
"license": "MIT", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "Gabriel Schuster - actra.development", | ||
"email": "[email protected]", | ||
|
@@ -31,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"immutable": "^3.8.2", | ||
"immutable": "^4.0.0-rc.9", | ||
"lodash.forin": "^4.4.0", | ||
"lodash.get": "^4.4.2", | ||
"lodash.includes": "^4.3.0", | ||
|
@@ -48,25 +48,25 @@ | |
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.1", | ||
"mocha": "^5.1.1", | ||
"mkdirp": "^0.5.1", | ||
"redux": "^3.7.2", | ||
"rimraf": "^2.6.1" | ||
"redux": "^4.0.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"peerDependencies": { | ||
"immutable": "^3.8.2" | ||
"immutable": "^4.0.0-rc.9" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "npm run-script mocha -- --require babel-register spec.js", | ||
"build": "npm run-script rimraf -- ./dist && npm run-script mkdirp -- dist && npm run-script babel -- index.js -o dist/index.js", | ||
"test": "npm run-script mocha -- --require babel-register spec.js", | ||
"build": "npm run-script rimraf -- ./dist && npm run-script mkdirp -- dist && npm run-script babel -- index.js -o dist/index.js", | ||
"release": "npm run-script test && npm run-script build && npm publish --access public", | ||
"babel": "./node_modules/.bin/babel", | ||
"mkdirp": "./node_modules/.bin/mkdirp", | ||
"mocha": "./node_modules/.bin/mocha", | ||
"rimraf": "./node_modules/.bin/rimraf" | ||
"babel": "./node_modules/.bin/babel", | ||
"mkdirp": "./node_modules/.bin/mkdirp", | ||
"mocha": "./node_modules/.bin/mocha", | ||
"rimraf": "./node_modules/.bin/rimraf" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters