From 940282ea809e04a7ba266beac4ed13708849219c Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 12 Aug 2022 00:50:38 -0300 Subject: [PATCH] chore: update repo link to nodejs namespace --- package.json | 4 ++-- postinstall.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f39009..10ed8a1 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "license": "Unicode-DFS-2016", "repository": { "type": "git", - "url": "https://github.com/icu-project/full-icu-npm.git" + "url": "https://github.com/nodejs/full-icu-npm.git" }, "bugs": { - "url": "https://github.com/unicode-org/full-icu-npm/issues" + "url": "https://github.com/nodejs/full-icu-npm/issues" }, "dependencies": { "yauzl": "^2.10.0" diff --git a/postinstall.js b/postinstall.js index a5b5873..c7a36ed 100644 --- a/postinstall.js +++ b/postinstall.js @@ -91,4 +91,4 @@ if (fs.existsSync(fullIcu.icudat)) { console.log('npm install ' + fullIcu.icupkg + ' (Node ' + fullIcu.nodever + ' and small-icu ' + fullIcu.icuver + ') -> ' + fullIcu.icudat) npmInstall(fullIcu, advice) } -console.log('News: Please see https://github.com/icu-project/full-icu-npm/issues/6') +console.log('News: Please see https://github.com/nodejs/full-icu-npm/issues/6')