generated from alecodes/base-template
fix!: change package to scope to prevent resolution issues between registries
This commit is contained in:
parent
dbb8941a71
commit
2ca1ee5354
2 changed files with 3 additions and 3 deletions
|
|
@ -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/" }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "bun-plugin-sass",
|
||||
"name": "@alecodes/bun-plugin-sass",
|
||||
"version": "0.1.1",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue