fix(core): update to latest standards

This commit is contained in:
2019-02-13 00:22:18 +01:00
parent 31f21c7dec
commit 383e204ae2
11 changed files with 6401 additions and 105 deletions

View File

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