Skip to content

Commit

Permalink
haxelib release
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed May 31, 2015
1 parent 40ef163 commit 7103cb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
},

zip: {
"checkstyle.zip": ["checkstyle/**", "haxelib.json", "run.n"]
"checkstyle.zip": ["checkstyle/**", "haxelib.json", "run.n", "README.md"]
}
});

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"contributors": ["adireddy"],
"releasenote": "added ConstantNameCheck, MemberNameCheck, TypeNameCheck, ParameterNameCheck and bug fixes",
"version": "1.1.2",
"releasenote": "added @SuppressWarnings to typedefs and enums, added DynamicCheck by @AlexHaxe",
"version": "1.1.3",
"url": "https://github.com/adireddy/haxe-checkstyle",
"dependencies": {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkstyle",
"version": "1.1.2",
"version": "1.1.3",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
Expand Down
Binary file modified run.n
Binary file not shown.

0 comments on commit 7103cb0

Please sign in to comment.