Skip to content

Commit 64fef33

Browse files
committed
Bump Mocha to v4
1 parent 06b96ba commit 64fef33

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "gulp-mocha",
3-
"version": "4.3.1",
4-
"description": "Run Mocha tests",
5-
"license": "MIT",
6-
"repository": "sindresorhus/gulp-mocha",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11-
},
12-
"engines": {
13-
"node": ">=4"
14-
},
15-
"scripts": {
16-
"test": "xo && ava"
17-
},
18-
"files": [
19-
"index.js",
20-
"utils.js"
21-
],
22-
"keywords": [
23-
"gulpplugin",
24-
"mocha",
25-
"test",
26-
"testing",
27-
"unit",
28-
"framework",
29-
"runner",
30-
"tdd",
31-
"bdd",
32-
"qunit",
33-
"spec",
34-
"tap"
35-
],
36-
"dependencies": {
37-
"dargs": "^5.1.0",
38-
"execa": "^0.6.0",
39-
"mocha": "^3.0.0",
40-
"npm-run-path": "^2.0.2",
41-
"plugin-error": "^0.1.2",
42-
"through2": "^2.0.3"
43-
},
44-
"devDependencies": {
45-
"ava": "*",
46-
"gulp": "^3.9.1",
47-
"p-event": "^1.0.0",
48-
"vinyl": "^2.1.0",
49-
"xo": "*"
50-
}
2+
"name": "gulp-mocha",
3+
"version": "4.3.1",
4+
"description": "Run Mocha tests",
5+
"license": "MIT",
6+
"repository": "sindresorhus/gulp-mocha",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "sindresorhus@gmail.com",
10+
"url": "sindresorhus.com"
11+
},
12+
"engines": {
13+
"node": ">=4"
14+
},
15+
"scripts": {
16+
"test": "xo && ava"
17+
},
18+
"files": [
19+
"index.js",
20+
"utils.js"
21+
],
22+
"keywords": [
23+
"gulpplugin",
24+
"mocha",
25+
"test",
26+
"testing",
27+
"unit",
28+
"framework",
29+
"runner",
30+
"tdd",
31+
"bdd",
32+
"qunit",
33+
"spec",
34+
"tap"
35+
],
36+
"dependencies": {
37+
"dargs": "^5.1.0",
38+
"execa": "^0.8.0",
39+
"mocha": "^4.1.0",
40+
"npm-run-path": "^2.0.2",
41+
"plugin-error": "^0.1.2",
42+
"through2": "^2.0.3"
43+
},
44+
"devDependencies": {
45+
"ava": "*",
46+
"gulp": "^3.9.1",
47+
"p-event": "^1.0.0",
48+
"vinyl": "^2.1.0",
49+
"xo": "*"
50+
}
5151
}

0 commit comments

Comments
 (0)