Skip to content

Commit

Permalink
chore: rename org name
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Aug 31, 2023
1 parent 4547dd4 commit 579b207
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- <p align="center">
<a href="https://www.npmjs.com/package/unplugin-printer" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/v/unplugin-printer" alt="NPM Version" /></a>
<a href="https://github.com/webfansplz/unplugin-printer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/unplugin-printer" alt="License" /></a>
<a href="https://github.com/unplugin/unplugin-printer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/unplugin/unplugin-printer" alt="License" /></a>
</p> -->

<p align="center">
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"version": "0.0.2",
"packageManager": "[email protected]",
"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",
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion playground/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 579b207

Please sign in to comment.