From a169bcde712390079ea28705a1d4bb592176f875 Mon Sep 17 00:00:00 2001 From: Ronald Treur Date: Mon, 18 May 2015 22:51:43 +0200 Subject: [PATCH] Release 0.2.1 --- package.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ca9ff25..5ddb8ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jira", "description": "JIRA integration for Grunt", - "version": "0.2.0", + "version": "0.2.1", "keywords": [ "grunt", "gruntplugin", @@ -25,15 +25,18 @@ "engines": { "node": ">= 0.10.0" }, - "licenses": [{ - "type": "MIT", - "url": "https://github.com/ronaldtreur/grunt-jira/blob/master/LICENSE" - }], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/ronaldtreur/grunt-jira/blob/master/LICENSE" + } + ], "dependencies": { "jira": "~0.9.2" }, "devDependencies": { - "grunt-readme-generator": "^0.3.41" + "grunt-readme-generator": "^0.3.41", + "grunt-release": "^0.12.0" }, "peerDependencies": { "grunt": ">=0.4.0" @@ -41,4 +44,4 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } -} \ No newline at end of file +}