From 845b9135d925c8cb679395522db47d3fb8dd368e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 30 Dec 2017 00:58:36 +0100 Subject: [PATCH] 5.1.0 --- package.json | 80 ++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index c0273a1..8bd9ea8 100644 --- a/package.json +++ b/package.json @@ -1,42 +1,42 @@ { - "name": "gulp-filter", - "version": "5.0.1", - "description": "Filter files in a Vinyl stream", - "license": "MIT", - "repository": "sindresorhus/gulp-filter", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && mocha" - }, - "files": [ - "index.js" - ], - "keywords": [ - "gulpplugin", - "filter", - "ignore", - "file", - "files", - "match", - "minimatch", - "glob", - "globbing" - ], - "dependencies": { - "multimatch": "^2.0.0", - "plugin-error": "^0.1.2", - "streamfilter": "^1.0.5" - }, - "devDependencies": { - "mocha": "*", - "vinyl": "^2.1.0", - "xo": "*" - } + "name": "gulp-filter", + "version": "5.1.0", + "description": "Filter files in a Vinyl stream", + "license": "MIT", + "repository": "sindresorhus/gulp-filter", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && mocha" + }, + "files": [ + "index.js" + ], + "keywords": [ + "gulpplugin", + "filter", + "ignore", + "file", + "files", + "match", + "minimatch", + "glob", + "globbing" + ], + "dependencies": { + "multimatch": "^2.0.0", + "plugin-error": "^0.1.2", + "streamfilter": "^1.0.5" + }, + "devDependencies": { + "mocha": "*", + "vinyl": "^2.1.0", + "xo": "*" + } }