Skip to content

Commit 502f6f5

Browse files
authored
Merge pull request #183 from mikkopiu/feature/bower-support
Remove react-dom from Bower dependencies
2 parents 313989e + 9233c6b commit 502f6f5

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)