Skip to content

Commit

Permalink
chore: updated homepage url and remove bot
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed Aug 30, 2023
1 parent cf9d092 commit 594667c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unplugin-vue-cssvars
🌀 一个 vue3 的插件能够能让你在 css 文件中使用 CSSVars 特性
</p>
<p align="center">
<a href="https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.md" target="_blank">English</a> | 中文
<a href="https://github.com/unplugin/unplugin-vue-cssvars/blob/master/README.md" target="_blank">English</a> | 中文
</p>

## Feature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unplugin-vue-cssvars
🌀 A vue plugin that allows you to use vue3's CSSVars feature in css files
</p>
<p align="center">
English | <a href="https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.ZH-CN.md" target="_blank">中文</a>
English | <a href="https://github.com/unplugin/unplugin-vue-cssvars/blob/master/README.ZH-CN.md" target="_blank">中文</a>
</p>

## Feature
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"license": "MIT",
"author": "baiwusanyu-c",
"homepage": "https://github.com/baiwusanyu-c",
"repository": "https://github.com/baiwusanyu-c/unplugin-vue-cssvars",
"bugs": "https://github.com/baiwusanyu-c/unplugin-vue-cssvars/issues",
"homepage": "https://github.com/unplugin",
"repository": "https://github.com/unplugin/unplugin-vue-cssvars",
"bugs": "https://github.com/unplugin/unplugin-vue-cssvars/issues",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const unplugin = createUnplugin<Options>(

if (userOptions.server === undefined) {
log('warning', 'The server of option is not set, you need to specify whether you are using the development server or building the project')
log('warning', 'See: https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.md#option')
log('warning', 'See: https://github.com/unplugin/unplugin-vue-cssvars/blob/master/README.md#option')
}

const context = {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/runtime/process-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const getVBindVariableListByPath = (
}, id)
} catch (e) {
if ((e as Error).message === 'path') {
const doc = 'https://github.com/baiwusanyu-c/unplugin-vue-cssvars/pull/29'
const doc = 'https://github.com/unplugin/unplugin-vue-cssvars/pull/29'
throw new Error(`Unable to resolve file under path '${res.path}', see: ${doc}`)
} else {
throw new Error((e as Error).message)
Expand Down

0 comments on commit 594667c

Please sign in to comment.