Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 29, 2017
1 parent b00bb32 commit 845b913
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions 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": "*"
}
}

0 comments on commit 845b913

Please sign in to comment.