From f91fcaf89522f833feb8d4e98657fab342719c05 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Wed, 18 Apr 2018 13:31:09 +0200 Subject: [PATCH] prepare new release (#380) --- haxelib.json | 49 ++++++++++++++++++++------------------ package.json | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 59 insertions(+), 56 deletions(-) diff --git a/haxelib.json b/haxelib.json index 890d088f..1a60c9a0 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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": { - } -} + } +} \ No newline at end of file diff --git a/package.json b/package.json index 17b9b79d..7bef1462 100644 --- a/package.json +++ b/package.json @@ -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": "adiinteractive@gmail.com" - }, - "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": "adiinteractive@gmail.com" + }, + "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" + } +} \ No newline at end of file