diff options
| author | Vojta Jina | 2013-12-13 11:59:23 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-12-13 12:23:53 -0800 | 
| commit | 18e0768a2b94f10d188125997c96bc733ddcef1e (patch) | |
| tree | 520b60935a0c1d3c7ede31f9ed93c5be61b95ac8 /package.json | |
| parent | ed4a1fddce0c7e2f756b07e8be348320ae29de6b (diff) | |
| download | angular.js-18e0768a2b94f10d188125997c96bc733ddcef1e.tar.bz2 | |
docs: use q-io instead of deprecated q-fs
This recursive process.nextTick error[1] was probably coming from q-fs,
which is not actively maintained. This updates to q-io/fs instead.
[1]: https://travis-ci.org/angular/angular.js/jobs/15391590
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ba0c99af..2695aa0b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@      "grunt-contrib-copy": "~0.4.1",      "jasmine-node": "~1.11.0",      "q": "~0.9.2", -    "q-fs": "~0.1.36", +    "q-io": "~1.10.6",      "qq": "~0.3.5",      "shelljs": "~0.2.6",      "karma": "~0.11",  | 
