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

Commit 0003dc7

Browse files
committed
update version an npm dependency
1 parent ea05562 commit 0003dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-datetimepicker",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A bootstrap datetime picker component for React.js",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"author": "Loïc CHOLLIER <loic@chollier.com>",
2626
"license": "MIT",
2727
"peerDependencies": {
28-
"react": ">=0.12 || 0.13.0-rc2"
28+
"react": ">=0.12"
2929
},
3030
"devDependencies": {
3131
"envify": "~3.2.0",
@@ -41,7 +41,7 @@
4141
"grunt-react": "~0.10.0",
4242
"grunt-shell": "~0.6.4",
4343
"jsx-loader": "^0.12.2",
44-
"react": ">=0.12 || 0.13.0-rc2",
44+
"react": ">=0.12",
4545
"react-tools": "^0.12.2",
4646
"requirejs": "~2.1.9",
4747
"webpack": "^1.5.1",

0 commit comments

Comments
 (0)