Skip to content

Commit e66bd6d

Browse files
committed
update node dep
1 parent a0e3257 commit e66bd6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gulp.task("scripts:build", ["scripts:make-amd"], function () {
4040
.pipe(gulp.dest("./dist"));
4141
});
4242

43-
gulp.task("scripts:lint", ["scripts:build"], function(){
43+
gulp.task("scripts:lint", ["scripts:build"], function () {
4444
return lintAll("./src/**/*.js");
4545
});
4646

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"homepage": "https://github.com/soulteary/jquery-city-select",
2323
"devDependencies": {
2424
"gulp": "^3.8.11",
25-
"gulp-cmd": "^0.4.3",
25+
"gulp-amdclean": "^1.0.1",
2626
"gulp-concat": "^2.5.2",
27-
"gulp-directory-sync": "^1.0.0",
2827
"gulp-less": "^3.0.3",
2928
"gulp-lint-everything": "^0.3.2",
30-
"gulp-minify-css": "^1.1.0",
29+
"gulp-replace": "^0.5.3",
3130
"gulp-requirejs": "^0.1.3",
3231
"gulp-rm": "^1.0.0",
33-
"gulp-uglify": "^1.2.0"
32+
"gulp-uglyfly": "^1.4.2",
33+
"gulp-wrap": "^0.11.0"
3434
}
3535
}

0 commit comments

Comments
 (0)