diff --git a/package.json b/package.json index 3e28a6f..cfc9ac9 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,8 @@ "files": [ "dist" ], - "type": "module" + "type": "module", + "publishConfig": { + "registry": "https://git.froth.zone/api/packages/sam/npm/" + } }