Skip to content

Commit

Permalink
Update compatibility information/requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisiirak committed Jun 28, 2022
1 parent 7408849 commit aaed261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cron-parser
Node.js library for parsing and manipulating crontab instructions. It includes support for timezones and DST transitions.

__Compatibility__
Node >= 0.10
Node >= 12.0.0
Typescript <= 4.2

Setup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tsd": "^0.19.0"
},
"engines": {
"node": ">=0.8"
"node": ">=12.0.0"
},
"browser": {
"fs": false
Expand Down

0 comments on commit aaed261

Please sign in to comment.