fix: update repository url in package.json (#643)

This commit is contained in:
Prasanth-S7 2023-12-09 14:01:42 +05:30 committed by GitHub
parent 97987ef9e7
commit e995d8588c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://idontknow/todo.git" "url": "https://github.com/freeCodeCamp/boilerplate-npm.git"
} }
} }