Skip to content

Commit 9233c6b

Browse files
authored
Remove react-dom from Bower dependencies
react comes with react-dom on Bower
1 parent 65999d2 commit 9233c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"url": "https://github.com/wwayne/react-tooltip"
2828
},
2929
"dependencies": {
30-
"react": "^0.14.0 || ^15.0.0",
31-
"react-dom": "^0.14.0 || ^15.0.0"
30+
"react": "^0.14.0 || ^15.0.0"
3231
}
3332
}

0 commit comments

Comments
 (0)