fix: add missing repository to package.json
This commit is contained in:
parent
5d1bdec620
commit
127b1aa0d7
|
@ -2,6 +2,10 @@
|
|||
"name": "@lumeweb/libethsync",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "gitea@git.lumeweb.com:LumeWeb/libethsync.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lumeweb/node-library-preset": "^0.2.7",
|
||||
"presetter": "*"
|
||||
|
|
Loading…
Reference in New Issue