Add missing "q" dependency

This commit is contained in:
R. Tyler Croy 2013-08-27 16:21:09 -07:00
parent 418b3f4130
commit 9bdbe13ee4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "activepush",
"version": "1.0.2",
"version": "1.0.3",
"description": "Web push service built around ActiveMQ (or any STOMP broker)",
"main": "activepush.coffee",
"bin": {
@ -15,6 +15,7 @@
"author": "Lookout (https://www.lookout.com/)",
"license": "MIT",
"dependencies": {
"q": "~0.9.6",
"coffee-script": "~1.6.3",
"socket.io": "~0.9.16",
"stomp": "~0.1.1",