-
- Downloads
some contrib to the github->gitlab migration.
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@github.com:duniter/duniter.git" | "url": "https://git.duniter.org/nodes/typescript/duniter.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"duniter", | "duniter", | ||
... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
"license": "AGPL-3.0", | "license": "AGPL-3.0", | ||
"readmeFilename": "README.md", | "readmeFilename": "README.md", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/duniter/duniter/issues" | "url": "https://git.duniter.org/nodes/typescript/duniter/issues" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/ws": "^5.1.2", | "@types/ws": "^5.1.2", | ||
... | ... |
Please register or sign in to comment