mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add engines to next and next-server (#5724)
This commit is contained in:
parent
c2eaf26ea9
commit
9b2782a6d0
|
@ -53,5 +53,8 @@
|
|||
"@taskr/clear": "1.1.0",
|
||||
"@taskr/watch": "1.1.0",
|
||||
"taskr": "1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,5 +92,8 @@
|
|||
"@taskr/esnext": "1.1.0",
|
||||
"@taskr/watch": "1.1.0",
|
||||
"taskr": "1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue