mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
feat: (#21) drop support for node.js & use yarn v1 for now
This commit is contained in:
parent
2f57a231bc
commit
faa9a0798d
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user