Skip to content

Commit

Permalink
Merge pull request onefinestay#132 from onefinestay/specify-react-0.14
Browse files Browse the repository at this point in the history
Specify React 0.14
  • Loading branch information
AlanFoster committed Apr 12, 2016
2 parents 1651df1 + c104634 commit a50d53c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A React based date range picker.

## React Version

As of version 1.0.0, the react-daterange-picker component supports React 0.14
As of version 1.0.0, the react-daterange-picker component supports React 0.14. At this time React 0.15 is not supported.

If you wish to user an older version of React, please use react-daterange-picker v0.12.x or below.

Expand Down Expand Up @@ -43,7 +43,7 @@ If you have been added as a project contributor and wish to publish a new releas
Once you have the repository cloned run the following commands to get started:

```shell
npm install react react-dom
npm install react@0.14 react-dom@0.14
npm install
npm run develop
```
Expand Down
1 change: 0 additions & 1 deletion dist/css/react-calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
right: -50px;
top: -50px;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg); }
.DateRangePicker__FullDateStates {
bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"url": "https://github.com/onefinestay/react-daterange-picker"
},
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"dependencies": {
"calendar": "^0.1.0",
Expand Down

0 comments on commit a50d53c

Please sign in to comment.