diff --git a/package.json b/package.json index 4894be3..0e52183 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,14 @@ "repository": "git@github.com:humusities/host.git", "author": "Elias Rhouzlane", "license": "MIT", + "scripts": { + "test": "" + }, "dependencies": { "crypto": "^1.0.1", "hyperswarm": "^2.14.0" }, "bin": { - "humusities": "./cli.js" + "humusities": "./src/cli.js" } } diff --git a/cli.js b/src/cli.js similarity index 100% rename from cli.js rename to src/cli.js