Skip to content

Commit 0ee7666

Browse files
committed
Update dependencies and bump to 0.5.1
1 parent ba200ca commit 0ee7666

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-shell",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A handy command line interface for gulp",
55
"main": "index.js",
66
"scripts": {
@@ -24,17 +24,17 @@
2424
},
2525
"homepage": "https://github.com/sun-zheng-an/gulp-shell",
2626
"devDependencies": {
27-
"chai": "~3.3.0",
28-
"coveralls": "~2.11.2",
29-
"eslint": "~1.6.0",
27+
"chai": "~3.4.0",
28+
"coveralls": "~2.11.4",
29+
"eslint": "~1.7.3",
3030
"gulp": "~3.9.0",
31-
"istanbul": "~0.3.14",
31+
"istanbul": "~0.4.0",
3232
"mocha": "~2.3.3",
33-
"mocha-lcov-reporter": "1.0.0"
33+
"mocha-lcov-reporter": "~1.0.0"
3434
},
3535
"dependencies": {
36-
"async": "~1.4.2",
37-
"gulp-util": "~3.0.5",
36+
"async": "~1.5.0",
37+
"gulp-util": "~3.0.7",
3838
"lodash": "~3.10.1",
3939
"through2": "~2.0.0"
4040
}

0 commit comments

Comments
 (0)