Skip to content

Commit 7474ff1

Browse files
committed
Allow for React 0.14.x to 15
1 parent 9787c72 commit 7474ff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"license": "MPL-2.0",
1515
"dependencies": {
1616
"ansi-to-json": "^1.0.0"
17+
},
18+
"peerDependencies": {
19+
"react": "^0.14.0 || ^15.0.0-0"
1720
}
1821
}

0 commit comments

Comments
 (0)