Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 84b1a9c

Browse files
committed
update to @scope
1 parent 0b03ea4 commit 84b1a9c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ A simple comments plugin for vuepress
1111
With `npm`:
1212

1313
```bash
14-
npm install --save @staugur/vuepress-plugin-utterances
14+
npm install --save @saintic/vuepress-plugin-utterances
1515
```
1616

1717
With `yarn`:
1818

1919
```bash
20-
yarn add @staugur/vuepress-plugin-utterances -D
20+
yarn add @saintic/vuepress-plugin-utterances -D
2121
```
2222

2323
With `cnpm`:
2424

2525
```bash
26-
cnpm i --save @staugur/vuepress-plugin-utterances
26+
cnpm i --save @saintic/vuepress-plugin-utterances
2727
```
2828

2929
## 使用
3030

3131
### 名称
3232

33-
- **As plugin**: `@staugur/vuepress-plugin-utterances`
33+
- **As plugin**: `@saintic/vuepress-plugin-utterances`
3434

3535
- **As component**: `Comments (评论)` (主题开发时使用 <- 本人未测试)
3636

@@ -54,7 +54,7 @@ cnpm i --save @staugur/vuepress-plugin-utterances
5454
module.exports = {
5555
plugins: [
5656
[
57-
'@staugur/utterances',
57+
'@saintic/utterances',
5858
{
5959
repo: 'staugur/staugur.github.io',
6060
theme: 'github-light',
@@ -70,7 +70,7 @@ cnpm i --save @staugur/vuepress-plugin-utterances
7070
```javascript
7171
module.exports = {
7272
plugins: {
73-
'@staugur/utterances': {
73+
'@saintic/utterances': {
7474
repo: 'staugur/staugur.github.io',
7575
}
7676
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = (pluginOptions, context) => ({
66
COMMENTS_OPTIONS: pluginOptions || {}
77
}
88
},
9-
name: '@staugur/vuepress-plugin-utterances',
9+
name: '@saintic/vuepress-plugin-utterances',
1010
enhanceAppFiles: [path.resolve(__dirname, './utterances/enhanceAppFile.js')]
1111
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@staugur/vuepress-plugin-utterances",
2+
"name": "@saintic/vuepress-plugin-utterances",
33
"author": "staugur <me@tcw.im>",
44
"version": "0.1.0",
55
"description": "A simple comments plugin for vuepress",

0 commit comments

Comments
 (0)