From f7d26759c2a84a4a77e94406b760e7f7fbfb290b Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 21 Aug 2023 15:03:53 +0800 Subject: [PATCH] fix(npm): fix github link according to provernance --- npm/napi/package.json | 9 ++++++++- npm/oxc/package.json | 8 ++++---- npm/oxlint/package.json | 6 +++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/npm/napi/package.json b/npm/napi/package.json index 5b64e12c7..c87657757 100644 --- a/npm/napi/package.json +++ b/npm/napi/package.json @@ -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" + } } diff --git a/npm/oxc/package.json b/npm/oxc/package.json index 3ffa2066a..1f9652c4a 100644 --- a/npm/oxc/package.json +++ b/npm/oxc/package.json @@ -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", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index 7da75893d..22471c12c 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -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",