Skip to content

Commit e0bdd61

Browse files
authored
Fix peer dependencies (#11)
1 parent 18aae40 commit e0bdd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"xo": "^0.32.0"
5656
},
5757
"peerDependencies": {
58-
"react": "^16.8.2",
59-
"ink": "^3.0.0-4"
58+
"react": ">=16.8.2",
59+
"ink": ">=3.0.5"
6060
},
6161
"ava": {
6262
"babel": {

0 commit comments

Comments
 (0)