Skip to content

Commit 9cc3f29

Browse files
committed
v0.2.0
1 parent 2ae45d4 commit 9cc3f29

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ restful:
2828
comments: true
2929
path: true
3030
excerpt: false
31-
cover: true
31+
cover: true # 封面图,取文章第一张图片
3232
content: false
3333
keywords: false
3434
categories: true

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "hexo-generator-restful",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Generate restful json data for Hexo plugins.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"keywords": [
107
"hexo",
118
"restful",
@@ -19,7 +16,7 @@
1916
"author": "yusen",
2017
"license": "MIT",
2118
"dependencies": {
22-
"hexo-pagination": "0.0.2",
19+
"hexo-pagination": "^0.1.0",
2320
"lodash.pick": "^4.4.0"
2421
}
25-
}
22+
}

0 commit comments

Comments
 (0)