Skip to content

Commit 0b5819f

Browse files
committed
Bump to 0.0.9
1 parent a1a1ced commit 0b5819f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

bower.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "react-bootstrap-datetimepicker",
3-
"version": "0.0.666666",
3+
"version": "0.0.9",
44
"main": [
55
"./dist/react-bootstrap-datetimepicker.min.js"
66
],
7-
"ignore": []
7+
"dependencies": {
8+
"react": ">=0.12",
9+
"moment": "^2.8.2",
10+
"react-bootstrap": "^0.13.0"
11+
}
812
}

0 commit comments

Comments
 (0)