fix(npm): fix github link according to provernance

This commit is contained in:
Boshen 2023-08-21 15:03:53 +08:00
parent 3297c22cb1
commit f7d26759c2
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
3 changed files with 15 additions and 8 deletions

View file

@ -9,5 +9,12 @@
"index.js"
],
"license": "MIT",
"repository": "git@github.com:Boshen/oxc.git"
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/oxc",
"directory": "npm/napi"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
}
}

View file

@ -1,15 +1,15 @@
{
"name": "oxidation-compiler",
"version": "0.2.1",
"version": "0.2.0",
"description": "The JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://github.com/Boshen/oxc",
"bugs": "https://github.com/Boshen/oxc/issues",
"homepage": "https://github.com/web-infra-dev/oxc",
"bugs": "https://github.com/web-infra-dev/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/Boshen/oxc",
"url": "https://github.com/web-infra-dev/oxc",
"directory": "npm/oxc"
},
"bin": "bin/oxc",

View file

@ -5,11 +5,11 @@
"keywords": [],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://github.com/Boshen/oxc",
"bugs": "https://github.com/Boshen/oxc/issues",
"homepage": "https://github.com/web-infra-dev/oxc",
"bugs": "https://github.com/web-infra-dev/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/Boshen/oxc",
"url": "https://github.com/web-infra-dev/oxc",
"directory": "npm/oxlint"
},
"bin": "bin/oxlint",