Release 0.2.2

This commit is contained in:
Mattias Erming 2014-04-20 19:13:33 +02:00
parent 47c668bb74
commit 145eaa7279
2 changed files with 9 additions and 12 deletions

View file

@ -385,8 +385,4 @@ function event(event, data) {
break; break;
} }
// Debug
console.log(event);
console.log(data);
} }

View file

@ -1,7 +1,7 @@
{ {
"name": "chat", "name": "shout",
"description": "Web client/server IRC chat", "description": "The modern IRC client",
"version": "0.2.1", "version": "0.2.2",
"author": { "author": {
"name": "Mattias Erming", "name": "Mattias Erming",
"email": "mattias@mattiaserming.com" "email": "mattias@mattiaserming.com"
@ -9,24 +9,25 @@
"dependencies": { "dependencies": {
"lodash": "~2.4.1", "lodash": "~2.4.1",
"backbone": "~1.1.2", "backbone": "~1.1.2",
"slate-irc": "~0.4.0", "slate-irc": "~0.5.0",
"moment": "~2.5.1", "moment": "~2.5.1",
"connect": "~2.14.3", "connect": "~2.14.3",
"socket.io": "~0.9.16" "socket.io": "~0.9.16"
}, },
"keywords": [ "keywords": [
"browser",
"chat", "chat",
"client",
"irc", "irc",
"server", "server",
"web", "web"
"browser"
], ],
"main": "./index.js", "main": "./index.js",
"scripts": { "scripts": {
"start": "nodemon index.js" "start": "nodejs index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/erming/chat.git" "url": "https://github.com/erming/shout.git"
} }
} }