diff --git a/package.json b/package.json index e30cc33..411a291 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,9 @@ "node": ">=10.0.0", "npm": ">=6.0.0" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + } }