File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 29
29
"ignore" : [
30
30
" .gitattributes" ,
31
31
" .gitignore" ,
32
- " Gruntfile .js" ,
32
+ " gulpfile .js" ,
33
33
" *.json" ,
34
34
" *.md" ,
35
35
" *.txt" ,
Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"dateformat" : " ^1.0.12" ,
32
- "grunt" : " ~0.4.1" ,
33
- "grunt-bump" : " ^0.3.0" ,
34
- "grunt-contrib-concat" : " ~0.3.0" ,
35
- "grunt-contrib-copy" : " ~0.4.1" ,
36
- "grunt-contrib-jshint" : " ~0.6.3" ,
37
- "grunt-contrib-uglify" : " ~0.2.2" ,
32
+ "semver" : " ^5.1.0" ,
33
+ "fs" : " 0.0.2" ,
38
34
"gulp" : " ^3.9.0" ,
39
35
"gulp-autoprefixer" : " ^3.1.0" ,
40
36
"gulp-clean" : " ^0.3.1" ,
41
37
"gulp-header" : " ^1.7.1" ,
42
38
"gulp-rename" : " ^1.2.2" ,
43
39
"gulp-sass" : " ^2.1.0" ,
44
- "gulp-uglify" : " ^1.5.1"
45
- },
46
- "dependencies" : {
47
- "fs" : " 0.0.2" ,
40
+ "gulp-uglify" : " ^1.5.1" ,
48
41
"gulp-bump" : " ^1.0.0" ,
49
42
"gulp-git" : " ^1.6.0" ,
50
- "gulp-param" : " ^0.6.4" ,
51
- "semver" : " ^5.1.0"
43
+ "gulp-param" : " ^0.6.4"
44
+ },
45
+ "dependencies" : {
52
46
}
53
47
}
You can’t perform that action at this time.
0 commit comments