ci: update package.json

This commit is contained in:
Derrick Hammer 2023-06-30 01:18:47 -04:00
parent 0950557182
commit 3ee5097728
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 49 additions and 46 deletions

View File

@ -20,7 +20,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/alvis/presetter.git"
"url": "gitea@git.lumeweb.com:LumeWeb/presetter-preset-rollup.git"
},
"scripts": {
"bootstrap": "presetter bootstrap && run prepare",
@ -44,5 +44,8 @@
"dependencies": {
"presetter-types": "^4.0.1",
"type-fest": "^3.12.0"
},
"publishConfig": {
"access": "public"
}
}