feat(cron): 1.0.3

This commit is contained in:
Julien Fontanet
2018-04-03 17:20:58 +02:00
parent 7e627c953e
commit 149530e73f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/cron",
"version": "1.0.2",
"version": "1.0.3",
"license": "ISC",
"description": "Focused, well maintained, cron parser/scheduler",
"keywords": [

View File

@@ -30,7 +30,7 @@
"node": ">=4"
},
"dependencies": {
"@xen-orchestra/cron": "^1.0.2",
"@xen-orchestra/cron": "^1.0.3",
"babel-runtime": "^6.11.6",
"lodash": "^4.16.2"
},

View File

@@ -20,7 +20,7 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/cron": "^1.0.2",
"@xen-orchestra/cron": "^1.0.3",
"d3-time-format": "^2.1.1",
"json5": "^1.0.0",
"lodash": "^4.17.4"

View File

@@ -34,7 +34,7 @@
"node": ">=4"
},
"dependencies": {
"@xen-orchestra/cron": "^1.0.2",
"@xen-orchestra/cron": "^1.0.3",
"babel-runtime": "^6.23.0",
"handlebars": "^4.0.6",
"html-minifier": "^3.5.8",

View File

@@ -33,7 +33,7 @@
"dependencies": {
"@babel/polyfill": "7.0.0-beta.42",
"@marsaud/smb2-promise": "^0.2.1",
"@xen-orchestra/cron": "^1.0.2",
"@xen-orchestra/cron": "^1.0.3",
"ajv": "^6.1.1",
"app-conf": "^0.5.0",
"archiver": "^2.1.0",

View File

@@ -32,7 +32,7 @@
"devDependencies": {
"@julien-f/freactal": "0.1.0",
"@nraynaud/novnc": "0.6.1",
"@xen-orchestra/cron": "^1.0.2",
"@xen-orchestra/cron": "^1.0.3",
"ansi_up": "^2.0.2",
"asap": "^2.0.6",
"babel-core": "^6.26.0",