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

Commit 9e04b2b

Browse files
committed
[changed] Allow both 0.14 and 15 versions of React
1 parent 10c9fe7 commit 9e04b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"dom-scroll-into-view": "1.0.1"
5151
},
5252
"peerDependencies": {
53-
"react": "^0.14.7"
53+
"react": "^0.14.7 || ^15.0.0-0"
5454
}
5555
}

0 commit comments

Comments
 (0)