Skip to content

Commit

Permalink
Updating version information, description to Hubot 2.0 and updating n…
Browse files Browse the repository at this point in the history
…ode engine upper version
  • Loading branch information
jgable committed Jul 18, 2012
1 parent ed5cd41 commit 3a3cf72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hubot-irc",
"version": "0.0.8",
"version": "0.1.0",
"author": "Fernando Ortiz <fortiz2k@gmail.com>",
"description": "IRC adapter for Hubot.",
"description": "IRC adapter for Hubot 2.0.",
"keywords": "hubot irc adapter",
"licenses": [{
"type": "MIT",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/nandub/hubot-irc/issues"
},
"main": "./src/irc.coffee",
"engine": "node > 0.6.0 < 0.7.0",
"engine": "node > 0.6.0 < 0.8.0",
"dependencies": {
"irc": "0.3.3"
},
Expand Down

0 comments on commit 3a3cf72

Please sign in to comment.