hubot-schedule
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "hubot-schedule", | ||
"description": "Message scheduler for hubot", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)", | ||
@@ -19,4 +19,4 @@ "homepage": "https://github.com/matsukaz/hubot-schedule", | ||
"dependencies": { | ||
"node-schedule": "~0.1.15", | ||
"cron-parser": "~0.5.1" | ||
"node-schedule": "~0.5.1", | ||
"cron-parser": "~1.0.1" | ||
}, | ||
@@ -26,3 +26,5 @@ "bugs": { | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"hubot": "^2.17.0" | ||
}, | ||
"scripts": { | ||
@@ -29,0 +31,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
# hubot-schedule | ||
\[English: [README.md](README.md)\] | ||
[README.md](README.md) | ||
[![NPM version](https://badge.fury.io/js/hubot-schedule.png)](http://badge.fury.io/js/hubot-schedule) | ||
[![NPM](https://nodei.co/npm/hubot-schedule.png?downloads=true)](https://nodei.co/npm/hubot-schedule/) | ||
hubot-scheduleはHubotで動作するメッセージスケジューラです。 | ||
@@ -24,3 +28,3 @@ | ||
"dependencies": { | ||
"hubot-schedule": "~0.2.1" | ||
"hubot-schedule": "~0.3.0" | ||
} | ||
@@ -27,0 +31,0 @@ ``` |
# hubot-schedule | ||
\[Japanese: [README_ja.md](README_ja.md)\] | ||
[README_ja.md](README_ja.md) | ||
[![NPM version](https://badge.fury.io/js/hubot-schedule.png)](http://badge.fury.io/js/hubot-schedule) | ||
[![NPM](https://nodei.co/npm/hubot-schedule.png?downloads=true)](https://nodei.co/npm/hubot-schedule/) | ||
hubot-schedule is a message scheduler runs on hubot. | ||
@@ -25,3 +29,3 @@ | ||
"dependencies": { | ||
"hubot-schedule": "~0.2.1" | ||
"hubot-schedule": "~0.3.0" | ||
} | ||
@@ -28,0 +32,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15774
99
1
+ Addedcron-parser@0.6.21.0.2(transitive)
+ Addednode-schedule@0.5.1(transitive)
- Removedcron-parser@0.3.60.5.1(transitive)
- Removednode-schedule@0.1.16(transitive)
Updatedcron-parser@~1.0.1
Updatednode-schedule@~0.5.1