1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-31 01:16:01 +02:00

fix: correct repo url in package.json

This commit is contained in:
Ivar Conradi Østhus 2020-05-12 23:35:42 +02:00 committed by GitHub
parent c5accbb5a2
commit 91fd43c553

View File

@ -14,10 +14,10 @@
],
"repository": {
"type": "git",
"url": "ssh://git@github.com:finn-no/unleash.git"
"url": "ssh://git@github.com:Unleash/unleash-frontend.git"
},
"bugs": {
"url": "https://github.com/finn-no/unleash/issues"
"url": "https://github.com/Unleash/unleash-frontend"
},
"engines": {
"node": ">=10"