Update package.json to reflect new project naming
This commit is contained in:
parent
447e8c7ad5
commit
1b327bb996
@ -1,15 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "thelounge",
|
||||||
"description": "The self-hosted Web IRC client",
|
"description": "The self-hosted Web IRC client",
|
||||||
"version": "0.53.0",
|
"version": "0.53.0",
|
||||||
"author": "Mattias Erming",
|
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"shout": "index.js"
|
"lounge": "index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/erming/shout.git"
|
"url": "https://github.com/thelounge/lounge.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index",
|
"start": "node index",
|
||||||
|
Loading…
Reference in New Issue
Block a user