remove q in favour of smartq

This commit is contained in:
2017-01-18 00:58:09 +01:00
parent 9f42a20e4b
commit 9a25b4ef91
33 changed files with 39 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
const plugins = require("./npmts.plugins");
const paths = require("./npmts.paths");
const q = require("q");
const q = require("smartq");
const npmts_log_1 = require("./npmts.log");
;
exports.run = function (argvArg) {