Skip to content

Commit 845b913

Browse files
committed
5.1.0
1 parent b00bb32 commit 845b913

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "gulp-filter",
3-
"version": "5.0.1",
4-
"description": "Filter files in a Vinyl stream",
5-
"license": "MIT",
6-
"repository": "sindresorhus/gulp-filter",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "[email protected]",
10-
"url": "sindresorhus.com"
11-
},
12-
"engines": {
13-
"node": ">=4"
14-
},
15-
"scripts": {
16-
"test": "xo && mocha"
17-
},
18-
"files": [
19-
"index.js"
20-
],
21-
"keywords": [
22-
"gulpplugin",
23-
"filter",
24-
"ignore",
25-
"file",
26-
"files",
27-
"match",
28-
"minimatch",
29-
"glob",
30-
"globbing"
31-
],
32-
"dependencies": {
33-
"multimatch": "^2.0.0",
34-
"plugin-error": "^0.1.2",
35-
"streamfilter": "^1.0.5"
36-
},
37-
"devDependencies": {
38-
"mocha": "*",
39-
"vinyl": "^2.1.0",
40-
"xo": "*"
41-
}
2+
"name": "gulp-filter",
3+
"version": "5.1.0",
4+
"description": "Filter files in a Vinyl stream",
5+
"license": "MIT",
6+
"repository": "sindresorhus/gulp-filter",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "[email protected]",
10+
"url": "sindresorhus.com"
11+
},
12+
"engines": {
13+
"node": ">=4"
14+
},
15+
"scripts": {
16+
"test": "xo && mocha"
17+
},
18+
"files": [
19+
"index.js"
20+
],
21+
"keywords": [
22+
"gulpplugin",
23+
"filter",
24+
"ignore",
25+
"file",
26+
"files",
27+
"match",
28+
"minimatch",
29+
"glob",
30+
"globbing"
31+
],
32+
"dependencies": {
33+
"multimatch": "^2.0.0",
34+
"plugin-error": "^0.1.2",
35+
"streamfilter": "^1.0.5"
36+
},
37+
"devDependencies": {
38+
"mocha": "*",
39+
"vinyl": "^2.1.0",
40+
"xo": "*"
41+
}
4242
}

0 commit comments

Comments
 (0)