Compare commits

...

4 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
18e2a32b8e 3.0.10 2018-03-16 10:36:37 +01:00
6784784f86 update dependencies 2018-03-16 10:36:31 +01:00
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "gulp-browser",
"version": "3.0.9",
"version": "3.0.11",
"description": "browserify and other goodies for gulp",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -30,10 +30,8 @@
"homepage": "https://gitlab.com/pushrocks/gulp-browser",
"dependencies": {
"@types/browserify": "^12.0.32",
"@types/q": "1.0.7",
"@types/through2": "^2.0.33",
"browserify": "^16.1.1",
"q": "^1.5.0",
"smartq": "^1.1.8",
"through2": "^2.0.3"
},

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