chore(dependencies): upgrade kriskowal/q to version ~1.0.0

CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which
has been deprecated in Node relatively recently, to be replaced with setImmediate. Unfortunately,
this change does not resolve the issue. However, it does not hurt, either.

Closes #6161
This commit is contained in:
Caitlin Potter
2014-02-06 17:06:03 -05:00
parent 686b13bf60
commit 760f49de10

View File

@@ -23,7 +23,7 @@
"load-grunt-tasks": "~0.3.0",
"bower": "~1.2.2",
"jasmine-node": "~1.11.0",
"q": "~0.9.2",
"q": "~1.0.0",
"q-io": "~1.10.6",
"qq": "~0.3.5",
"shelljs": "~0.2.6",