diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/gulp-debug/package.json | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/gulp-debug/package.json')
-rw-r--r-- | node_modules/gulp-debug/package.json | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/node_modules/gulp-debug/package.json b/node_modules/gulp-debug/package.json index 462857670..78ecf3f9e 100644 --- a/node_modules/gulp-debug/package.json +++ b/node_modules/gulp-debug/package.json @@ -1,6 +1,6 @@ { "name": "gulp-debug", - "version": "3.1.0", + "version": "3.2.0", "description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline", "license": "MIT", "repository": "sindresorhus/gulp-debug", @@ -13,7 +13,7 @@ "node": ">=4" }, "scripts": { - "test": "xo && mocha" + "test": "xo && ava" }, "files": [ "index.js" @@ -27,23 +27,26 @@ "logger", "vinyl", "file", - "inspect", "fs" ], "dependencies": { - "chalk": "^1.0.0", - "gulp-util": "^3.0.0", + "chalk": "^2.3.0", + "fancy-log": "^1.3.2", "plur": "^2.0.0", "stringify-object": "^3.0.0", "through2": "^2.0.0", "tildify": "^1.1.2" }, "devDependencies": { + "ava": "*", "gulp": "^3.8.10", - "mocha": "*", - "proxyquire": "^1.0.1", - "sinon": "^1.9.1", - "strip-ansi": "^3.0.0", + "p-event": "^1.0.0", + "sinon": "^4.1.3", + "strip-ansi": "^4.0.0", + "vinyl": "^2.1.0", "xo": "*" + }, + "ava": { + "serial": true } } |