diff --git a/package.json b/package.json index a9c7f00..50d86d9 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "host", - "version": "0.0.1", + "name": "@humusities/inhabit", + "version": "0.0.6", "type": "module", "description": "HTTP Web Hosting from Home", "main": "src/index.js", - "repository": "git@github.com:humusities/host.git", + "repository": "git@github.com:humusities/inhabit.git", "author": "Elias Rhouzlane", "license": "MIT", "scripts": { diff --git a/src/cli.js b/src/cli.js index 798a863..6076aae 100755 --- a/src/cli.js +++ b/src/cli.js @@ -18,5 +18,5 @@ function cli(command, ...args) { else console.error("Error in command. Supported: ", Object.keys(actions)); } -console.log("\x1b[33m%s\x1b[0m", `Humusities/Host`); +console.log("\x1b[33m%s\x1b[0m", `Humusities/Inhabit`); cli(...process.argv.slice(2));