Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit 2942424

Browse files
committed
Bump version to 0.0.10
and add compatibility to react 0.13.0-rc2
1 parent 705dd4f commit 2942424

File tree

4 files changed

+186
-161
lines changed

4 files changed

+186
-161
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "react-bootstrap-datetimepicker",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"main": [
55
"./dist/react-bootstrap-datetimepicker.min.js"
66
],
77
"dependencies": {
8-
"react": ">=0.12",
8+
"react": ">=0.12 || 0.13.0-rc2",
99
"moment": "^2.8.2",
10-
"react-bootstrap": "^0.13.0"
10+
"react-bootstrap": "^0.16.1"
1111
}
1212
}

0 commit comments

Comments
 (0)