We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbea9d0 commit ad16d57Copy full SHA for ad16d57
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-https-redirect",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Force a redirect to HTTPS when not on a local web server.",
5
"main": "lib/index.js",
6
"scripts": {
@@ -24,8 +24,8 @@
24
"url": "https://github.com/mbasso/react-https-redirect/issues"
25
},
26
"homepage": "https://github.com/mbasso/react-https-redirect#readme",
27
- "dependencies": {
28
- "react": "0.14.7"
+ "peerDependencies": {
+ "react": "^0.14.0 || ^15.0.0"
29
30
"devDependencies": {
31
"babel-cli": "6.5.1",
0 commit comments