feat: (#21) drop support for node.js & use yarn v1 for now

This commit is contained in:
Abhijith Vijayan 2020-02-01 22:16:33 +05:30 committed by GitHub
parent 2f57a231bc
commit faa9a0798d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@
"author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=8 <=12"
"node": ">=10 <=12",
"yarn": ">= 1.0.0"
},
"scripts": {
"dev:chrome": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",