Skip to content

Commit

Permalink
update node dep
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed May 11, 2015
1 parent a0e3257 commit e66bd6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gulp.task("scripts:build", ["scripts:make-amd"], function () {
.pipe(gulp.dest("./dist"));
});

gulp.task("scripts:lint", ["scripts:build"], function(){
gulp.task("scripts:lint", ["scripts:build"], function () {
return lintAll("./src/**/*.js");
});

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"homepage": "https://github.com/soulteary/jquery-city-select",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-cmd": "^0.4.3",
"gulp-amdclean": "^1.0.1",
"gulp-concat": "^2.5.2",
"gulp-directory-sync": "^1.0.0",
"gulp-less": "^3.0.3",
"gulp-lint-everything": "^0.3.2",
"gulp-minify-css": "^1.1.0",
"gulp-replace": "^0.5.3",
"gulp-requirejs": "^0.1.3",
"gulp-rm": "^1.0.0",
"gulp-uglify": "^1.2.0"
"gulp-uglyfly": "^1.4.2",
"gulp-wrap": "^0.11.0"
}
}

0 comments on commit e66bd6d

Please sign in to comment.