mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 20:48:41 -04:00
feat: support only Node>=10.13
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"!*.map"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=10.13"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user