Compare commits

..

2 Commits

Author SHA1 Message Date
31f21c7dec 3.0.11 2018-03-16 10:47:10 +01:00
a96db2e036 update dependencies 2018-03-16 10:47:06 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "gulp-browser",
"version": "3.0.10",
"version": "3.0.11",
"description": "browserify and other goodies for gulp",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

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)) {