mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
fix(npm): fix github link according to provernance
This commit is contained in:
parent
3297c22cb1
commit
f7d26759c2
3 changed files with 15 additions and 8 deletions
|
|
@ -9,5 +9,12 @@
|
||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "oxidation-compiler",
|
"name": "oxidation-compiler",
|
||||||
"version": "0.2.1",
|
"version": "0.2.0",
|
||||||
"description": "The JavaScript Oxidation Compiler",
|
"description": "The JavaScript Oxidation Compiler",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Boshen and oxc contributors",
|
"author": "Boshen and oxc contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/Boshen/oxc",
|
"homepage": "https://github.com/web-infra-dev/oxc",
|
||||||
"bugs": "https://github.com/Boshen/oxc/issues",
|
"bugs": "https://github.com/web-infra-dev/oxc/issues",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Boshen/oxc",
|
"url": "https://github.com/web-infra-dev/oxc",
|
||||||
"directory": "npm/oxc"
|
"directory": "npm/oxc"
|
||||||
},
|
},
|
||||||
"bin": "bin/oxc",
|
"bin": "bin/oxc",
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Boshen and oxc contributors",
|
"author": "Boshen and oxc contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/Boshen/oxc",
|
"homepage": "https://github.com/web-infra-dev/oxc",
|
||||||
"bugs": "https://github.com/Boshen/oxc/issues",
|
"bugs": "https://github.com/web-infra-dev/oxc/issues",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Boshen/oxc",
|
"url": "https://github.com/web-infra-dev/oxc",
|
||||||
"directory": "npm/oxlint"
|
"directory": "npm/oxlint"
|
||||||
},
|
},
|
||||||
"bin": "bin/oxlint",
|
"bin": "bin/oxlint",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue