Skip to content

Commit 4c801f2

Browse files
wyzedanilowoz
authored andcommitted
Change peerDeps to allow React 15/16 and remove react-dom (#66)
1 parent 14a7d89 commit 4c801f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"uuid": "^3.0.1"
6666
},
6767
"peerDependencies": {
68-
"react": "^15.6.1",
69-
"react-dom": "^15.6.1"
68+
"react": "^15.0.0-0 || ^16.0.0-0"
7069
},
7170
"dependencies": {
7271
"babel-runtime": "^6.6.1"

0 commit comments

Comments
 (0)