Skip to content

Commit

Permalink
release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jgable committed May 22, 2013
1 parent 1ebd702 commit 5879e1a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-irc",
"version": "0.1.13",
"version": "0.1.14",
"author": "Fernando Ortiz <fortiz2k@gmail.com>",
"description": "IRC adapter for Hubot 2.3",
"keywords": "hubot irc adapter",
Expand All @@ -22,5 +22,10 @@
"dependencies": {
"irc": "0.3.6"
},
"devDependencies": {}
"devDependencies": {
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt": "~0.4.1",
"grunt-release": "~0.3.3"
}
}

0 comments on commit 5879e1a

Please sign in to comment.