diff options
| author | Caitlin Potter | 2014-02-06 17:06:03 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-11 18:54:38 -0500 | 
| commit | 760f49de1004adb3943e73cfa8135717a96a6273 (patch) | |
| tree | f49f5213ba9a97ae70581c7670ea2e57f889d718 | |
| parent | 686b13bf60e5b2d3d904fde5c076e50faaf9bcb7 (diff) | |
| download | angular.js-760f49de1004adb3943e73cfa8135717a96a6273.tar.bz2 | |
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
| -rw-r--r-- | package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package.json b/package.json index bd9afbf5..06ec8363 100644 --- a/package.json +++ b/package.json @@ -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", | 
