Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Commit deee155

Browse files
Still allow old versions of react in peerDependencies
1 parent 9e3a6e2 commit deee155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"unescape-html": "^1.0.0"
2828
},
2929
"peerDependencies": {
30-
"react": ">=0.14.0 <0.15.0"
30+
"react": ">=0.12.0 <0.15.0"
3131
},
3232
"scripts": {
3333
"test": "node test/download-jade-tests.js && node test/index.js && npm run coverage",

0 commit comments

Comments
 (0)