File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "preset" : " wordpress" ,
3- "excludeFiles" : [ " *.min.js" ],
3+ "excludeFiles" : [ " **/* .min.js" ],
44 "fileExtensions" : [ " .js" ]
55}
Original file line number Diff line number Diff line change 1- *.min.js
1+ **/* .min.js
Original file line number Diff line number Diff line change 1818 "grunt" : " ~0.4.5" ,
1919 "grunt-contrib-concat" : " ~0.5.1" ,
2020 "grunt-contrib-imagemin" : " ~1.0.0" ,
21- "grunt-contrib-jshint" : " ~0.10.0" ,
22- "jshint-stylish" : " ~2.1.0" ,
21+ "grunt-contrib-jshint" : " ^0.10.0" ,
2322 "grunt-contrib-uglify" : " ~0.11.0" ,
2423 "grunt-contrib-watch" : " ~0.6.1" ,
2524 "grunt-jscs" : " ~2.3.0" ,
26- "grunt-jsonlint" : " ~ 1.0.6" ,
25+ "grunt-jsonlint" : " ^ 1.0.6" ,
2726 "grunt-jsvalidate" : " ~0.2.2" ,
2827 "grunt-lineending" : " ~0.2.4" ,
2928 "grunt-newer" : " ~1.1.1" ,
29+ "jshint-stylish" : " ~2.1.0" ,
3030 "load-grunt-tasks" : " ~3.3.0" ,
3131 "lodash" : " ~3.10.1"
3232 }
You can’t perform that action at this time.
0 commit comments