-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dafa33c
commit 78b0f99
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cron-parser", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Node.js library for parsing crontab instructions", | ||
"main": "lib/parser.js", | ||
"types": "lib/index.d.ts", | ||
|
@@ -21,6 +21,7 @@ | |
], | ||
"author": "Harri Siirak", | ||
"contributors": [ | ||
"Nicholas Clawson", | ||
"Daniel Prentis <[email protected]>", | ||
"Renault John Lecoultre", | ||
"Richard Astbury <[email protected]>", | ||
|