Skip to content

Commit addd415

Browse files
author
Stephen Gregory
committed
Specify csslint tag instead of hash
1 parent 1a57ab9 commit addd415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gulp.task("spromise", function () {
6565
});
6666

6767
gulp.task("csslint", function() {
68-
var csslint = request("https://github.com/CSSLint/csslint/tarball/f69cf12e2")
68+
var csslint = gulp.src("https://github.com/CSSLint/csslint/tarball/v0.10.0")
6969
.pipe(source("*.tar.gz"))
7070
.pipe(gunzip())
7171
.pipe(untar())

0 commit comments

Comments
 (0)