Skip to content

Commit

Permalink
package bump, attempt to fix yarn node engine error
Browse files Browse the repository at this point in the history
  • Loading branch information
catc committed Oct 3, 2019
1 parent 7a74a1b commit 6ec4692
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ TODO
</p>

------------
<br/>

**Features**
- supports both 12 hour and 24 hour mode, and flexible time formats
- simple to use with many customizable options
- smooth, beautiful animations with [react spring](https://www.react-spring.io)
- typescript support

## Installation

Expand Down
10 changes: 5 additions & 5 deletions docs/build/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-timekeeper",
"version": "2.0.1",
"version": "2.0.4",
"description": "Time picker based on the style of the Google Keep app",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -75,7 +75,7 @@
"webpack-dev-server": "^3.7.2"
},
"engines": {
"node": "10.16.0"
"node": ">=10.16.0"
},
"peerDependencies": {
"react": ">=16.8.6",
Expand Down

0 comments on commit 6ec4692

Please sign in to comment.