1
0
Fork 0
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:
Tim Neutkens 2018-11-21 21:56:24 +01:00 committed by GitHub
parent c2eaf26ea9
commit 9b2782a6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -53,5 +53,8 @@
"@taskr/clear": "1.1.0",
"@taskr/watch": "1.1.0",
"taskr": "1.1.0"
},
"engines": {
"node": ">= 8.0.0"
}
}

View file

@ -92,5 +92,8 @@
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",
"taskr": "1.1.0"
},
"engines": {
"node": ">= 8.0.0"
}
}