Skip to content

Commit 88cb383

Browse files
authored
fix: add react as a peer dependency (#33)
* fix: add react as a peer dependency * chore(deps): use react >=15 instead of *
1 parent 5bfc443 commit 88cb383

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"jsdoc-to-markdown": "^5.0.0"
2828
},
2929
"peerDependencies": {
30-
"prop-types": "^15"
30+
"prop-types": "^15",
31+
"react": ">=15"
3132
},
3233
"files": [
3334
"build"

0 commit comments

Comments
 (0)