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" "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"
}
} }

View file

@ -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",

View file

@ -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",