ci: add repository to package.json

This commit is contained in:
Derrick Hammer 2023-07-06 01:20:14 -04:00
parent 15df3a86d3
commit 04438ee02c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
"type": "module",
"readme": "ERROR: No README data found!",
"_id": "@lumeweb/kernel-ipfs@0.1.0",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-ipfs.git"
},
"scripts": {
"prepare": "presetter bootstrap",
"build": "shx echo 'export default undefined;' > nop.js; run build",