From 579b207a0f39cd3f97bf7953526f9b877ce8123a Mon Sep 17 00:00:00 2001 From: webfansplz <308241863@qq.com> Date: Thu, 31 Aug 2023 19:47:42 +0800 Subject: [PATCH] chore: rename org name --- README.md | 2 +- package.json | 7 ++++--- playground/nuxt.config.ts | 2 +- playground/vite.config.ts | 4 ++-- playground/vue.config.js | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bfe472f..30ff7dd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

diff --git a/package.json b/package.json index 5c0efcc..ce89056 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,15 @@ "version": "0.0.2", "packageManager": "pnpm@8.6.12", "description": "Print info on the terminal", + "author": "webfansplz", "license": "MIT", - "homepage": "https://github.com/webfansplz/unplugin-printer#readme", + "homepage": "https://github.com/unplugin/unplugin-printer#readme", "repository": { "type": "git", - "url": "git+https://github.com/webfansplz/unplugin-printer.git" + "url": "git+https://github.com/unplugin/unplugin-printer.git" }, "bugs": { - "url": "https://github.com/webfansplz/unplugin-printer/issues" + "url": "https://github.com/unplugin/unplugin-printer/issues" }, "keywords": [ "unplugin", diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 93dc35a..d9dbd1a 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -9,7 +9,7 @@ export default defineNuxtConfig({ return '\n\nšŸŒž: Welcome to unplugin-printer!' }, ({ lightCyan, green, bold }) => { - const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/webfansplz/unplugin-printer')}` + const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/unplugin/unplugin-printer')}` return { text, title: 'Unplugin Printer', diff --git a/playground/vite.config.ts b/playground/vite.config.ts index 0b884ce..887bc4d 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -8,10 +8,10 @@ export default defineConfig({ Unplugin({ info: [ ({ lightCyan, green, bold }) => { - return ` ${green('āžœ')} ${bold('Printer:')} ${lightCyan('https://github.com/webfansplz/unplugin-printer')}` + return ` ${green('āžœ')} ${bold('Printer:')} ${lightCyan('https://github.com/unplugin/unplugin-printer')}` }, ({ lightCyan, green, bold }) => { - const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/webfansplz/unplugin-printer')}` + const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/unplugin/unplugin-printer')}` return { text, title: 'Unplugin Printer', diff --git a/playground/vue.config.js b/playground/vue.config.js index e758235..ffa1700 100644 --- a/playground/vue.config.js +++ b/playground/vue.config.js @@ -7,7 +7,7 @@ module.exports = { await new Promise(resolve => setTimeout(resolve, 1000)) }, ({ lightCyan, green, bold }) => { - const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/webfansplz/unplugin-printer')}` + const text = ` ${green('āžœ')} ${bold('Repo:')} ${lightCyan('https://github.com/unplugin/unplugin-printer')}` return { text, title: 'Unplugin Printer',