Skip to content

Commit

Permalink
fix: project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Rhouzlane authored and Elias Rhouzlane committed May 23, 2020
1 parent a0a351f commit 080347a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:humusities/host.git",
"repository": "[email protected]:humusities/inhabit.git",
"author": "Elias Rhouzlane",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));

0 comments on commit 080347a

Please sign in to comment.