diff --git a/package.json b/package.json index 1cdbb745..ca80772e 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,9 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }