feat: drop support for node.js 8

This commit is contained in:
Abhijith Vijayan 2020-02-01 22:15:09 +05:30 committed by GitHub
parent 888a4cb46c
commit 30e8bd1512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>", "author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=8 <=12", "node": ">=10 <=12",
"yarn": ">= 1.0.0" "yarn": ">= 1.0.0"
}, },
"scripts": { "scripts": {