Skip to content

Commit 19bb3d7

Browse files
committed
Bump version
1 parent c7b9bc0 commit 19bb3d7

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

component.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
"name": "cron-parser",
33
"repo": "harrisiirak/cron-parser",
44
"description": "Node.js library for parsing crontab instructions",
5-
"version": "4.6.0",
6-
"keywords": ["cron", "crontab", "parser"],
5+
"version": "4.7.0",
6+
"keywords": [
7+
"cron",
8+
"crontab",
9+
"parser"
10+
],
711
"dependencies": {},
812
"development": {},
913
"main": "lib/parser.js",
10-
"scripts": ["lib/parser.js", "lib/expression.js", "lib/date.js", "lib/field_compactor.js", "lib/field_stringify.js"]
14+
"scripts": [
15+
"lib/parser.js",
16+
"lib/expression.js",
17+
"lib/date.js",
18+
"lib/field_compactor.js",
19+
"lib/field_stringify.js"
20+
]
1121
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cron-parser",
3-
"version": "4.6.0",
3+
"version": "4.7.0",
44
"description": "Node.js library for parsing crontab instructions",
55
"main": "lib/parser.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)