Skip to content

Commit 7c9329f

Browse files
committed
Making it support React 14 again
1 parent 675d1b3 commit 7c9329f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"test": "karma start --single-run"
2121
},
2222
"peerDependencies": {
23-
"prop-types": ">=15",
24-
"react": ">=15"
23+
"react": ">=15 || ^0.14.7"
2524
},
2625
"dependencies": {
27-
"json2mq": "^0.2.0"
26+
"json2mq": "^0.2.0",
27+
"prop-types": ">=15"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.11.4",
@@ -49,9 +49,8 @@
4949
"karma-webpack": "^2.0.1",
5050
"mocha": "^3.0.0",
5151
"pretty-bytes": "^4.0.2",
52-
"prop-types": "^15.5.8",
53-
"react": "^15.4.1",
54-
"react-dom": "^15.3.0",
52+
"react": "^15.4.1 || ^0.14.7",
53+
"react-dom": "^15.3.0 || ^0.14.7",
5554
"readline-sync": "^1.4.4",
5655
"webpack": "^1.13.1"
5756
},

0 commit comments

Comments
 (0)