diff --git a/package.json b/package.json index 38dacb7..1961557 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "scripts": { "version": "yarn changeset version", "release": "yarn changeset publish" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" }, "description": "The essential blueprint for crafting secure protocols", "main": "index.js",