From 1394631bfb4723ca65282a7e84913bef984da7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20Housni=20Alaoui?= Date: Sat, 9 Jan 2016 10:24:08 +0100 Subject: [PATCH] Prepare fork --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bdfe97b..48c2b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "thor", - "version": "1.0.0", + "name": "thor-cosium-fork", + "version": "1.0.5", "description": "Thor is WebSocket benchmark utility", "main": "index.js", "scripts": { @@ -27,6 +27,6 @@ "sugar": "1.3.8" }, "bin": { - "thor": "./bin/thor" + "thor-cosium-fork": "./bin/thor" } }