Skip to content

Commit e850518

Browse files
committed
haxelib release
1 parent 4863ec5 commit e850518

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
};

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

run.n

2.95 KB
Binary file not shown.

0 commit comments

Comments
 (0)