update dependencies

This commit is contained in:
Philipp Kunz 2018-03-16 10:47:06 +01:00
parent 18e2a32b8e
commit a96db2e036

View File

@ -1,6 +1,6 @@
import * as stream from 'stream';
import plugins = require('./gulpbrowser.plugins');
import * as q from 'q';
import * as q from 'smartq';
let browserify = function(transforms = []) {
if (!Array.isArray(transforms)) {