Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit a019050

Browse files
committed
Changed React versions
1 parent 29cbb28 commit a019050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-date-range",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"moment": "^2.10.6",
30-
"react": "^0.14.0"
30+
"react": ">0.13.0 <0.14.1"
3131
},
3232
"devDependencies": {
3333
"babel": "^5.8.23"

0 commit comments

Comments
 (0)