From 1b327bb9962f52c2e0a67ec9468aa9a41a7693cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 10 Feb 2016 04:55:10 +0000 Subject: [PATCH] Update package.json to reflect new project naming --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 22dc2d21..faa336ac 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,14 @@ { - "name": "shout", + "name": "thelounge", "description": "The self-hosted Web IRC client", "version": "0.53.0", - "author": "Mattias Erming", "preferGlobal": true, "bin": { - "shout": "index.js" + "lounge": "index.js" }, "repository": { "type": "git", - "url": "https://github.com/erming/shout.git" + "url": "https://github.com/thelounge/lounge.git" }, "scripts": { "start": "node index",