Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 760f49d

Browse files
committed
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
1 parent 686b13b commit 760f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"load-grunt-tasks": "~0.3.0",
2424
"bower": "~1.2.2",
2525
"jasmine-node": "~1.11.0",
26-
"q": "~0.9.2",
26+
"q": "~1.0.0",
2727
"q-io": "~1.10.6",
2828
"qq": "~0.3.5",
2929
"shelljs": "~0.2.6",

0 commit comments

Comments
 (0)