fix publish registry settings
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"name": "spectator",
|
||||
"name": "@svelte-toolkit/spectator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.auvem.com/svelte-toolkit/spectator.git"
|
||||
},
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
@@ -58,5 +62,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/umami": "^2.10.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://gitea.auvem.com/api/packages/svelte-toolkit/npm/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user