Skip to content

Commit c20c930

Browse files
committed
Specified "react" and "react-dom" as peer dependencies in package.json
1 parent ebc989a commit c20c930

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
@@ -93,6 +93,7 @@
9393
"highlight.js": "^8.9.1"
9494
},
9595
"peerDependencies": {
96-
"react": "^0.14.0"
96+
"react": "^0.14.0",
97+
"react-dom": "^0.14.3"
9798
}
9899
}

0 commit comments

Comments
 (0)