fix!: change package to scope to prevent resolution issues between registries

This commit is contained in:
Alexander Navarro 2025-02-19 10:15:17 -03:00
parent dbb8941a71
commit 2ca1ee5354
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[install]
[install.scopes]
registry = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }
"@alecodes" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }