Use the latest repo URLs in package.json (#17199)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
13c433cd56
commit
9d49da082a
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue