Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldTreur committed May 18, 2015
1 parent 1f35a3e commit a169bcd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-jira",
"description": "JIRA integration for Grunt",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"grunt",
"gruntplugin",
Expand All @@ -25,20 +25,23 @@
"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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}

0 comments on commit a169bcd

Please sign in to comment.