Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisiirak committed Nov 16, 2022
1 parent c7b9bc0 commit 19bb3d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
"name": "cron-parser",
"repo": "harrisiirak/cron-parser",
"description": "Node.js library for parsing crontab instructions",
"version": "4.6.0",
"keywords": ["cron", "crontab", "parser"],
"version": "4.7.0",
"keywords": [
"cron",
"crontab",
"parser"
],
"dependencies": {},
"development": {},
"main": "lib/parser.js",
"scripts": ["lib/parser.js", "lib/expression.js", "lib/date.js", "lib/field_compactor.js", "lib/field_stringify.js"]
"scripts": [
"lib/parser.js",
"lib/expression.js",
"lib/date.js",
"lib/field_compactor.js",
"lib/field_stringify.js"
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cron-parser",
"version": "4.6.0",
"version": "4.7.0",
"description": "Node.js library for parsing crontab instructions",
"main": "lib/parser.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 19bb3d7

Please sign in to comment.