Skip to content

Commit

Permalink
prepare new release (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Apr 18, 2018
1 parent ed797c3 commit f91fcaf
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 56 deletions.
49 changes: 26 additions & 23 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"name": "checkstyle",
"classPath": "src",
"license": "MIT",
"tags": [
"checkstyle",
"haxe",
"standards",
"static",
"analysis",
"coding",
"style",
"cross"
],
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"contributors": [
"adireddy"
],
"releasenote": "added enforceReturnTypeForAnonymous option to ReturnCheck #357",
"version": "2.1.16",
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
"dependencies": {
"name": "checkstyle",
"classPath": "src",
"license": "MIT",
"tags": [
"checkstyle",
"haxe",
"standards",
"static",
"analysis",
"coding",
"style",
"cross"
],
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"contributors": [
"adireddy",
"AlexHaxe",
"Gama11",
"chipshort"
],
"releasenote": "added mutlithreading for parsing and checking + bug fixes",
"version": "2.2.0",
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
"dependencies": {

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

0 comments on commit f91fcaf

Please sign in to comment.