ci: add repository to package.json

This commit is contained in:
Derrick Hammer 2023-08-07 01:36:18 -04:00
parent a3ba768885
commit 6074923086
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
"main": "index.js",
"type": "module",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/extension.git"
},
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",