mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 04:57:05 +02:00
breaking(v2): required nodejs version >=8.9 -> >=8.10 so we can use es2017 (#2045)
This commit is contained in:
parent
3abd2814b8
commit
421f862701
11 changed files with 14 additions and 11 deletions
|
@ -16,5 +16,8 @@
|
|||
"fs-extra": "^8.1.0",
|
||||
"gray-matter": "^4.0.2",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue