Skip to content

Commit

Permalink
3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
buglss committed Aug 21, 2022
1 parent 6d2050a commit 76dfc88
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "cronti",
"version": "3.0.7",
"description": "It translates daily expressible recipes on the calendar into crontime expression. Produces a valid crontime expression. In summary: Creates a crontime that will run at regular intervals between two dates; enter valid crontime expression get crontime expression; generate crontime of the specific date; generate crontime of the specific date; create crontime with various combinations of month, week, weekdays, hours, minutes and tick and generates the cron time for the week the date is in.",
"main": "main.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"keywords": [
"crontime",
"crontab",
"cronjob"
],
"author": {
"name": "Levent Sencer Şahin",
"email": "l.sencer.sahin@gmail.com",
"url": "https://buglss.github.io"
},
"license": "Apache-2.0",
"devDependencies": {
"mocha": "^9.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/buglss/cronti.git"
},
"homepage": "https://buglss.github.io/npm/cronti/"
}
{
"name": "cronti",
"version": "3.0.8",
"description": "It translates daily expressible recipes on the calendar into crontime expression. Produces a valid crontime expression. In summary: Creates a crontime that will run at regular intervals between two dates; enter valid crontime expression get crontime expression; generate crontime of the specific date; generate crontime of the specific date; create crontime with various combinations of month, week, weekdays, hours, minutes and tick and generates the cron time for the week the date is in.",
"main": "main.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"keywords": [
"crontime",
"crontab",
"cronjob"
],
"author": {
"name": "Levent Sencer Şahin",
"email": "l.sencer.sahin@gmail.com",
"url": "https://buglss.github.io"
},
"license": "Apache-2.0",
"devDependencies": {
"mocha": "^9.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/buglss/cronti.git"
},
"homepage": "https://buglss.github.io/npm/cronti/"
}

0 comments on commit 76dfc88

Please sign in to comment.