This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from michaelcontento/extract-engines-and-decor…
…ators Extract engines and decorators
- Loading branch information
Showing
23 changed files
with
59 additions
and
835 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# build artefacts | ||
/build/ | ||
/engines/ | ||
|
||
# npm | ||
/node_modules/ | ||
|
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- "5.5" | ||
- "5.4" | ||
- "5.3" | ||
- "5.2" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "redux-storage", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "Persistence layer for redux with flexible backends", | ||
"main": "build/index.js", | ||
"jsnext:main": "src/index.js", | ||
|
@@ -15,9 +15,6 @@ | |
"keywords": [ | ||
"redux", | ||
"redux-middleware", | ||
"react-native", | ||
"promise", | ||
"middleware", | ||
"fsa", | ||
"flux-standard-action", | ||
"flux", | ||
|
@@ -29,7 +26,6 @@ | |
"author": "Michael Contento <[email protected]>", | ||
"files": [ | ||
"build/", | ||
"engines/", | ||
"src", | ||
"!**/__tests__/**" | ||
], | ||
|
@@ -45,17 +41,15 @@ | |
"eslint": "^1.10.3", | ||
"eslint-config-michaelcontento": "^1.1.1", | ||
"eslint-plugin-mocha-only": "0.0.3", | ||
"immutable": "^3.7.6", | ||
"mocca": "^0.3.0", | ||
"release-it": "^2.3.1" | ||
}, | ||
"dependencies": { | ||
"immutable": "^3.7.6", | ||
"lodash.isarray": "^4.0.0", | ||
"lodash.isfunction": "^3.0.7", | ||
"lodash.isobject": "^3.0.2", | ||
"lodash.merge": "^4.0.2", | ||
"lodash.set": "^4.0.0", | ||
"lodash.unset": "^4.1.0", | ||
"redux-actions": "^0.9.0" | ||
}, | ||
"peerDependencies": { | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.