Compare commits

...

2 Commits

Author SHA1 Message Date
18e2a32b8e 3.0.10 2018-03-16 10:36:37 +01:00
6784784f86 update dependencies 2018-03-16 10:36:31 +01:00

View File

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