From b6dab5d5ed02aaba60a7d520dc6b05b95badcb1f Mon Sep 17 00:00:00 2001 From: Adi Mora Date: Fri, 3 Apr 2015 12:31:34 +0100 Subject: [PATCH] haxelib release preparation --- gruntfile.js | 2 +- haxelib.json | 15 ++++++++---- package.json | 64 ++++++++++++++++++++++++++-------------------------- 3 files changed, 44 insertions(+), 37 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index e9541cb9..76057fbe 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -10,7 +10,7 @@ module.exports = function (grunt) { }, zip: { - "pixi.zip": ["checkstyle/**", "haxelib.json", "run.n"] + "checkstyle.zip": ["checkstyle/**", "haxelib.json", "run.n"] } }); diff --git a/haxelib.json b/haxelib.json index 409c9d17..f31899cb 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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" + } } \ No newline at end of file diff --git a/package.json b/package.json index 4327a0c9..6af4bfda 100644 --- a/package.json +++ b/package.json @@ -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": "adiinteractive@gmail.com" - }, - "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": "adiinteractive@gmail.com" + }, + "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" + } }