cron-parser
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "Node.js library for parsing crontab instructions", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"keywords": ["cron", "crontab", "parser"], | ||
@@ -8,0 +8,0 @@ "dependencies": {}, |
@@ -89,7 +89,7 @@ 'use strict'; | ||
CronDate.prototype.toISOString = function(d) { | ||
CronDate.prototype.toISOString = function() { | ||
return this._date.toISOString(); | ||
}; | ||
CronDate.prototype.toJSON = function(d) { | ||
CronDate.prototype.toJSON = function() { | ||
return this._date.toJSON(); | ||
@@ -96,0 +96,0 @@ }; |
{ | ||
"name": "cron-parser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Node.js library for parsing crontab instructions", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
Sorry, the diff of this file is not supported yet
96355