mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix node engines (#1002)
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"unist-util-visit": "^1.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^8.4.0"
|
||||
"node": ">=8.4.0"
|
||||
},
|
||||
"homepage": "https://reactjs.org/",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user