Skip to content

Commit

Permalink
Updated irc to 0.3.6
Browse files Browse the repository at this point in the history
0.3.6 fixes parse line errors, so it don't split "hello :)" to ":hello".
  • Loading branch information
frozzare committed Feb 15, 2013
1 parent e5accaa commit 4b4b72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "./src/irc.coffee",
"engine": "node > 0.6.0 < 0.8.0",
"dependencies": {
"irc": "0.3.5"
"irc": "0.3.6"
},
"devDependencies": {
"coffee-script": "1.1.3"
Expand Down

0 comments on commit 4b4b72a

Please sign in to comment.