Skip to content

Commit ca1f2c0

Browse files
authored
Merge pull request #25 from rharriso/master
allow ^0.14.7, tests pass
2 parents 7c7c64b + 14d7f69 commit ca1f2c0

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
@@ -16,7 +16,7 @@
1616
"test": "npm run lint && karma start"
1717
},
1818
"peerDependencies": {
19-
"react": "15.x"
19+
"react": "15.x || ^0.14.7 "
2020
},
2121
"devDependencies": {
2222
"babel-cli": "^6.11.4",
@@ -42,8 +42,8 @@
4242
"karma-webpack": "^1.7.0",
4343
"mocha": "^3.0.0",
4444
"pretty-bytes": "^4.0.2",
45-
"react": "^15.4.1",
46-
"react-dom": "^15.3.0",
45+
"react": "^15.4.1 || ^0.14.7",
46+
"react-dom": "^15.3.0 || ^0.14.7",
4747
"readline-sync": "^1.4.4",
4848
"webpack": "^1.13.1"
4949
},

0 commit comments

Comments
 (0)