Require node >=v11.5.0 and make sure npm install fails if requirement is not met
This commit is contained in:
parent
ecf629118a
commit
f157025f0a
@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/biesbjerg/ngx-translate-extract",
|
"homepage": "https://github.com/biesbjerg/ngx-translate-extract",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=11.15.0"
|
||||||
},
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -8,10 +8,9 @@
|
|||||||
"noImplicitUseStrict": true,
|
"noImplicitUseStrict": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"target": "es2015",
|
"target": "es2019",
|
||||||
"lib": [
|
"lib": [
|
||||||
"dom",
|
"es2019"
|
||||||
"esnext.array"
|
|
||||||
],
|
],
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
|
Loading…
Reference in New Issue
Block a user