add registry
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-12-28 16:36:33 +01:00
parent 40a4fb0225
commit bf0409def2
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 1 deletions

View File

@ -37,5 +37,8 @@
"files": [
"dist"
],
"type": "module"
"type": "module",
"publishConfig": {
"registry": "https://git.froth.zone/api/packages/sam/npm/"
}
}