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