Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit ce3f932

Browse files
committed
Add react-dom as peer dependency
1 parent 4c0fd04 commit ce3f932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"main": "dist/js/index.js",
1818
"peerDependencies": {
19-
"react": "^15.0.0"
19+
"react": "^15.0.0",
20+
"react-dom": "^15.0.0"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)