Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit 28a9b1c

Browse files
committed
Add missing dependency "react-dom"
1 parent a602f69 commit 28a9b1c

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
@@ -41,7 +41,8 @@
4141
"minimist": "1.2.0",
4242
"mocha": "3.0.2",
4343
"react": "15.3.1",
44-
"react-addons-test-utils": "^15.3.1",
44+
"react-addons-test-utils": "15.3.1",
45+
"react-dom": "15.3.1",
4546
"sinon": "1.17.5",
4647
"standard": "8.0.0-beta.5",
4748
"webpack": "1.13.2",

0 commit comments

Comments
 (0)