Use the latest repo URLs in package.json (#17199)

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya N 2022-04-11 18:10:07 +09:00 committed by GitHub
parent 13c433cd56
commit 9d49da082a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,14 +30,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepracticaldev/dev.to.git"
"url": "https://github.com/forem/forem.git"
},
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/thepracticaldev/dev.to/issues"
"url": "https://github.com/forem/forem/issues"
},
"homepage": "https://github.com/thepracticaldev/dev.to#readme",
"homepage": "https://github.com/forem/forem#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@faker-js/faker": "^6.0.0",