Skip to content

Commit 7ca5a86

Browse files
committed
chore: [BREAKING] drop node 8 and npm 5
1 parent 6545115 commit 7ca5a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"license": "MIT",
1616
"engines": {
17-
"node": ">= 8",
18-
"npm": ">= 5"
17+
"node": ">= 10",
18+
"npm": ">= 6"
1919
},
2020
"main": "bin/docsify",
2121
"bin": {

0 commit comments

Comments
 (0)