Skip to content

Commit

Permalink
chore: rename to hexo-tag-fb-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Jan 19, 2022
1 parent 4c8f11a commit c65655a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# hexo-fb-comments
# hexo-tag-fb-comments
Facebook comments plugin for Hexo!

## 使用方式
### 安裝套件
如果你使用 npm:
```
npm i hexo-fb-comments-plugin
npm i hexo-tag-fb-comments
```
如果你使用 yarn:
```
yarn add hexo-fb-comments-plugin
yarn add hexo-tag-fb-comments
```
其他的請自行依照所使用的套件管理器指令安裝。

Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
{
"name": "hexo-fb-comments-plugin",
"version": "0.1.1",
"name": "hexo-tag-fb-comments",
"version": "0.2.0",
"description": "Facebook comments plugin for Hexo!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hms5232/hexo-fb-comments.git"
"url": "git+https://github.com/hms5232/hexo-tag-fb-comments.git"
},
"keywords": [
"hexo",
"tag",
"fb",
"facebook",
"meta",
"social",
"plugin",
"comment",
"comments"
],
"author": "hms5232",
"license": "MIT",
"bugs": {
"url": "https://github.com/hms5232/hexo-fb-comments/issues"
"url": "https://github.com/hms5232/hexo-tag-fb-comments/issues"
},
"homepage": "https://github.com/hms5232/hexo-fb-comments#readme"
"homepage": "https://github.com/hms5232/hexo-tag-fb-comments#readme"
}

0 comments on commit c65655a

Please sign in to comment.