Skip to content

Commit

Permalink
haxelib release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Apr 3, 2015
1 parent 680fee3 commit b6dab5d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 37 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: {
"pixi.zip": ["checkstyle/**", "haxelib.json", "run.n"]
"checkstyle.zip": ["checkstyle/**", "haxelib.json", "run.n"]
}
});

Expand Down
15 changes: 11 additions & 4 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "checkstyle",
"url": "https://github.com/adireddy/haxe-checkstyle",
"license": "MIT",
"tags": [
"checkstyle",
"haxe",
"standards",
"analysis",
"style"
],
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"version": "1.0.0",
"releasenote": "initial release",
"contributors": ["adireddy"],
"releasenote": "initial release",
"version": "1.0.0",
"url": "https://github.com/adireddy/haxe-checkstyle",
"dependencies": {
"haxeparser-substituted": "1.0.1"

}
}
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "checkstyle",
"version": "1.0.0",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
"url": "https://github.com/adireddy/haxe-checkstyle"
},
"keywords": [
"checkstyle",
"haxe",
"static",
"analysis",
"style"
],
"author": {
"name": "Adi Reddy Mora",
"email": "[email protected]"
},
"dependencies": {
"grunt": "latest",
"grunt-cli": "latest"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-exec": "^0.4.6",
"grunt-haxe": "^0.1.12",
"grunt-shell": "^1.1.1",
"grunt-zip": "^0.16.0",
"jsdoc": "^3.2.2"
}
"name": "checkstyle",
"version": "1.0.0",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
"url": "https://github.com/adireddy/haxe-checkstyle"
},
"keywords": [
"checkstyle",
"haxe",
"static",
"analysis",
"style"
],
"author": {
"name": "Adi Reddy Mora",
"email": "[email protected]"
},
"dependencies": {
"grunt": "latest",
"grunt-cli": "latest"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-exec": "^0.4.6",
"grunt-haxe": "^0.1.12",
"grunt-shell": "^1.1.1",
"grunt-zip": "^0.16.0",
"jsdoc": "^3.2.2"
}
}

0 comments on commit b6dab5d

Please sign in to comment.