summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-10-16 22:57:53 +0100
committerJoe Robinson <joe@lc8n.com>2016-10-16 22:57:53 +0100
commitbfee3c296ac544b02e7f176f4082059e9bb8d5b7 (patch)
tree5416cb5268b578e65dd6316d7d0edf946cf9f412 /package.json
parentd48d14f88cc6cc339af189666f8287532fb7a309 (diff)
parent5483fbd98ebd7a6ba3827f5fe5af095fb0290655 (diff)
Merge branch 'irc-framework' into 'master'
Irc framework Moves all existing command and handler code to use the KiwiIRC irc-framework library https://github.com/kiwiirc/irc-framework Removes the irc.js library See merge request !1
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d635fce..3425300 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blachat",
- "version": "0.2.1",
+ "version": "0.2.0",
"description": "A modern IRC client",
"license": "GPL-3.0",
"repository": "http://www.blatech.co.uk/wjoe/blachat",
@@ -8,6 +8,6 @@
"dependencies": {
"semantic-ui": "^2.1.8",
"linkifyjs": "2.0.0-beta.9",
- "irc": "0.5.0",
+ "irc-framework": "2.0.0",
"electron-prebuilt": "0.37.3" }
}