We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5819c7f + ac88178 commit 60fe0b5Copy full SHA for 60fe0b5
.travis.yml
@@ -6,7 +6,6 @@ cache:
6
node_js:
7
- "10"
8
- "12"
9
- - "13"
10
- "14"
11
12
script:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hexo-generator-feed",
3
- "version": "2.2.0",
+ "version": "3.0.0",
4
"description": "Feed generator plugin for Hexo",
5
"main": "index",
"scripts": {
@@ -47,6 +47,6 @@
47
"nyc": "^15.1.0"
48
},
49
"engines": {
50
- "node": ">=8.10.0"
+ "node": ">=10.13.0"
51
}
52
0 commit comments