Skip to content

Commit

Permalink
- update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Jan 15, 2022
1 parent 5773b34 commit 4642a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ A react component for date time range picker. Online demo examples.
### Version of ```16.8.6``` or higher of react and react-dom is required.
```js
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": ">= 16.8.6",
"react-dom": ">= 16.8.6"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-minimal-datetime-range",
"version": "1.8.0",
"version": "1.8.1",
"description": "A react component for date time range picker.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4642a88

Please sign in to comment.