Skip to content

Commit dd18fcd

Browse files
committed
Set minimum version of NPM to 11.16 which allows the allowScripts option in package.json
1 parent e2256fb commit dd18fcd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎package.json‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"webpack": "^5.74.0",
1919
"webpack-cli": "^7.0.0"
2020
},
21+
"devEngines": {
22+
"packageManager": {
23+
"name": "npm",
24+
"version": ">=11.16.0",
25+
"onFail": "error"
26+
}
27+
},
2128
"scripts": {
2229
"serve": "encore dev-server",
2330
"build": "encore dev",

0 commit comments

Comments
 (0)