Skip to content

Commit

Permalink
Changed React versions
Browse files Browse the repository at this point in the history
  • Loading branch information
burakcan committed Oct 16, 2015
1 parent 29cbb28 commit a019050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-date-range",
"version": "0.1.5",
"version": "0.1.6",
"description": "A React component for choosing dates and date ranges.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"moment": "^2.10.6",
"react": "^0.14.0"
"react": ">0.13.0 <0.14.1"
},
"devDependencies": {
"babel": "^5.8.23"
Expand Down

0 comments on commit a019050

Please sign in to comment.