Skip to content

Commit ad16d57

Browse files
committed
Update dependencies
1 parent bbea9d0 commit ad16d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-https-redirect",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Force a redirect to HTTPS when not on a local web server.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/mbasso/react-https-redirect/issues"
2525
},
2626
"homepage": "https://github.com/mbasso/react-https-redirect#readme",
27-
"dependencies": {
28-
"react": "0.14.7"
27+
"peerDependencies": {
28+
"react": "^0.14.0 || ^15.0.0"
2929
},
3030
"devDependencies": {
3131
"babel-cli": "6.5.1",

0 commit comments

Comments
 (0)