diff --git a/package.json b/package.json index bf79033..5c28794 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "bin": { "vality-openapi": "lib/bin.js" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },