diff --git a/package.json b/package.json index 5a8c8f3..b98643f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/Verifrax/limenward.git" + "url": "git+https://github.com/Verifrax/limenward.git" }, "homepage": "https://github.com/Verifrax/limenward#readme", "bugs": { @@ -22,5 +22,6 @@ ], "publishConfig": { "access": "public" - } + }, + "private": false }