Update package.json
This commit is contained in:
parent
781774bacf
commit
a0efe40a3a
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -11,10 +11,10 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/night0721/cath.git"
|
"url": "git+https://codeberg.org/night0721/cath.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/night0721/cath/issues"
|
"url": "https://codeberg.org/night0721/cath/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://cath.js.org",
|
"homepage": "https://cath.js.org",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"discord",
|
"discord",
|
||||||
"codm"
|
"codm"
|
||||||
],
|
],
|
||||||
"author": "Ń1ght#0001",
|
"author": "night0721",
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
"license": "GPL-3.0",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "individual",
|
"type": "individual",
|
||||||
"url": "https://ko-fi.com/cathteam"
|
"url": "https://ko-fi.com/cathteam"
|
||||||
|
@ -40,4 +40,4 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue