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.
1 parent 675d1b3 commit 7c9329fCopy full SHA for 7c9329f
package.json
@@ -20,11 +20,11 @@
20
"test": "karma start --single-run"
21
},
22
"peerDependencies": {
23
- "prop-types": ">=15",
24
- "react": ">=15"
+ "react": ">=15 || ^0.14.7"
25
26
"dependencies": {
27
- "json2mq": "^0.2.0"
+ "json2mq": "^0.2.0",
+ "prop-types": ">=15"
28
29
"devDependencies": {
30
"babel-cli": "^6.11.4",
@@ -49,9 +49,8 @@
49
"karma-webpack": "^2.0.1",
50
"mocha": "^3.0.0",
51
"pretty-bytes": "^4.0.2",
52
- "prop-types": "^15.5.8",
53
- "react": "^15.4.1",
54
- "react-dom": "^15.3.0",
+ "react": "^15.4.1 || ^0.14.7",
+ "react-dom": "^15.3.0 || ^0.14.7",
55
"readline-sync": "^1.4.4",
56
"webpack": "^1.13.1"
57
0 commit comments