File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ module.exports = function (grunt) {
1616
1717 grunt . loadNpmTasks ( "grunt-haxe" ) ;
1818 grunt . loadNpmTasks ( "grunt-zip" ) ;
19- grunt . loadNpmTasks ( "grunt-exec" ) ;
20- grunt . registerTask ( "default" , [ "haxe" , "exec" ] ) ;
19+ grunt . registerTask ( "default" , [ "haxe" ] ) ;
2120} ;
Original file line number Diff line number Diff line change 1010 ],
1111 "description" : " Automated code analysis ideal for projects that want to enforce a coding standard." ,
1212 "contributors" : [" adireddy" ],
13- "releasenote" : " improved and customisable listener check" ,
14- "version" : " 1.0.2 " ,
13+ "releasenote" : " improved naming check" ,
14+ "version" : " 1.0.3 " ,
1515 "url" : " https://github.com/adireddy/haxe-checkstyle" ,
1616 "dependencies" : {
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " checkstyle" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Automated code analysis ideal for projects that want to enforce a coding standard." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments