diff --git a/bunfig.toml b/bunfig.toml index 850dab8..e2b9a35 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -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/" } diff --git a/package.json b/package.json index a30b967..45aca29 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bun-plugin-sass", + "name": "@alecodes/bun-plugin-sass", "version": "0.1.1", "module": "index.ts", "type": "module",