update repository url

This commit is contained in:
Robert Jeutter 2022-08-05 19:59:36 +02:00 committed by GitHub
parent c67fe8019b
commit 2a60815bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "Backend Boiler", "name": "Backend Boiler",
"author" : "wieerwill", "author": "wieerwill",
"dependencies": { "dependencies": {
"express": "^4.14.0" "express": "^4.14.0"
}, },
@ -10,6 +10,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://idontknow/todo.git" "url": "https://github.com/wieerwill/fCC-boilerplate-npm.git"
} }
} }