Skip to content

Commit 6ec4692

Browse files
committed
package bump, attempt to fix yarn node engine error
1 parent 7a74a1b commit 6ec4692

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ TODO
3535
</p>
3636

3737
------------
38-
<br/>
38+
39+
**Features**
40+
- supports both 12 hour and 24 hour mode, and flexible time formats
41+
- simple to use with many customizable options
42+
- smooth, beautiful animations with [react spring](https://www.react-spring.io)
43+
- typescript support
3944

4045
## Installation
4146

docs/build/bundle.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-timekeeper",
3-
"version": "2.0.1",
3+
"version": "2.0.4",
44
"description": "Time picker based on the style of the Google Keep app",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -75,7 +75,7 @@
7575
"webpack-dev-server": "^3.7.2"
7676
},
7777
"engines": {
78-
"node": "10.16.0"
78+
"node": ">=10.16.0"
7979
},
8080
"peerDependencies": {
8181
"react": ">=16.8.6",

0 commit comments

Comments
 (0)