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"
|
||||
],
|
||||
"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",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue