Require latest router

This commit is contained in:
Kegan Myers 2014-08-09 18:13:32 -05:00
parent c04f81b2a4
commit 777643591c

View file

@ -1,6 +1,6 @@
{ {
"name": "slack-command-server", "name": "slack-command-server",
"version": "0.0.3", "version": "0.0.4",
"description": "A slack slash command handler framework", "description": "A slack slash command handler framework",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
@ -23,7 +23,7 @@
"lodash": "^2.4.1", "lodash": "^2.4.1",
"npm": "^1.4.23", "npm": "^1.4.23",
"require-directory": "~2.0.0", "require-directory": "~2.0.0",
"slack-command-router": "0.0.0" "slack-command-router": "0.0.1"
}, },
"bugs": { "bugs": {
"url": "https://github.com/terribly-lazy/slack-command-server/issues" "url": "https://github.com/terribly-lazy/slack-command-server/issues"