diff options
Diffstat (limited to 'node_modules/gulp-debug/package.json')
| -rw-r--r-- | node_modules/gulp-debug/package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/node_modules/gulp-debug/package.json b/node_modules/gulp-debug/package.json index 76d7f2d64..462857670 100644 --- a/node_modules/gulp-debug/package.json +++ b/node_modules/gulp-debug/package.json @@ -1,19 +1,19 @@ { "name": "gulp-debug", - "version": "2.1.2", - "description": "Debug vinyl file streams to see what files are run through your gulp pipeline", + "version": "3.1.0", + "description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline", "license": "MIT", "repository": "sindresorhus/gulp-debug", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" + "url": "sindresorhus.com" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" }, "scripts": { - "test": "mocha" + "test": "xo && mocha" }, "files": [ "index.js" @@ -33,9 +33,8 @@ "dependencies": { "chalk": "^1.0.0", "gulp-util": "^3.0.0", - "object-assign": "^4.0.1", "plur": "^2.0.0", - "stringify-object": "^2.3.0", + "stringify-object": "^3.0.0", "through2": "^2.0.0", "tildify": "^1.1.2" }, @@ -44,6 +43,7 @@ "mocha": "*", "proxyquire": "^1.0.1", "sinon": "^1.9.1", - "strip-ansi": "^3.0.0" + "strip-ansi": "^3.0.0", + "xo": "*" } } |
