Skip to content

Commit c3d91ba

Browse files
author
Bernabé González
authored
Merge pull request #2 from bernabe9/fix_peerDependencies
add peerDependencies in the package.json
2 parents 1918ae8 + e7b6a35 commit c3d91ba

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "rm -r dist && babel src --out-dir dist",
7+
"build": "babel src --out-dir dist",
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"lint": "eslint src"
1010
},
@@ -43,10 +43,15 @@
4343
"eslint-plugin-import": "2.2.0",
4444
"react": "15.4.2",
4545
"react-dom": "15.4.2",
46+
"redux": "3.6.0",
4647
"webpack": "2.2.1"
4748
},
4849
"dependencies": {
49-
"localforage": "1.4.3",
50-
"react-router": "3.0.1"
50+
"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"
5156
}
5257
}

redux-react-session-1.0.4.tgz

4.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)