We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1918ae8 + e7b6a35 commit c3d91baCopy full SHA for c3d91ba
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
7
- "build": "rm -r dist && babel src --out-dir dist",
+ "build": "babel src --out-dir dist",
8
"test": "echo \"Error: no test specified\" && exit 1",
9
"lint": "eslint src"
10
},
@@ -43,10 +43,15 @@
43
"eslint-plugin-import": "2.2.0",
44
"react": "15.4.2",
45
"react-dom": "15.4.2",
46
+ "redux": "3.6.0",
47
"webpack": "2.2.1"
48
49
"dependencies": {
- "localforage": "1.4.3",
50
- "react-router": "3.0.1"
+ "localforage": "^1.4.0",
51
+ "react-router": "^2.3.0 || ^3.0.0"
52
+ },
53
+ "peerDependencies": {
54
+ "react": "^0.14.0 || ^15.0.0",
55
+ "redux": "^3.0.0"
56
}
57
redux-react-session-1.0.4.tgz
4.27 KB
0 commit comments