Skip to content

Commit 8856346

Browse files
authored
chore: add allowscripts to work with npm 12 (#4811)
1 parent 0b0f1ee commit 8856346

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,11 @@
9494
},
9595
"engines": {
9696
"node": ">=20.9.0"
97+
},
98+
"allowScripts": {
99+
"@parcel/watcher": true,
100+
"esbuild": true,
101+
"@swc/core": true,
102+
"unrs-resolver": true
97103
}
98104
}

0 commit comments

Comments
 (0)