Skip to content

Commit c742ef2

Browse files
authored
Merge pull request #155 from curbengh/v3.0.0
release: 3.0.0
2 parents a2cf33e + bfa348b commit c742ef2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cache:
66
node_js:
77
- "10"
88
- "12"
9-
- "13"
109
- "14"
1110

1211
script:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-renderer-marked",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Markdown renderer plugin for Hexo",
55
"main": "index",
66
"scripts": {
@@ -40,6 +40,6 @@
4040
"nyc": "^15.0.0"
4141
},
4242
"engines": {
43-
"node": ">=8.6.0"
43+
"node": ">=10.13.0"
4444
}
4545
}

0 commit comments

Comments
 (0)