From 7c25d2a63d31f0017e452a678890cfe857ba99d1 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Mon, 21 Nov 2016 23:03:38 +0100 Subject: [PATCH] Typo --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e36d046..9a9e83c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crocket", - "version": "0.9.6", + "version": "0.9.7", "description": "Efficient and simple interprocess communication for unix/windows/macos over tcp or sockets.", "author": "Hexagon ", "scripts": { @@ -8,10 +8,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/hexagon/qbus-ipc" + "url": "https://github.com/hexagon/crocker" }, "bugs": { - "url": "https://github.com/hexagon/qbus-ipc/issues" + "url": "https://github.com/hexagon/crocket/issues" }, "keywords": [ "ipc", @@ -22,6 +22,7 @@ "mediator", "eventemitter", "qbus", + "crocket", "unix", "windows", "sockets",