]> git.codecow.com Git - nano-pow.git/commitdiff
Enable postinstall scripts for specific versions of esbuild, which configures the...
authorChris Duncan <chris@codecow.com>
Fri, 17 Jul 2026 05:06:08 +0000 (22:06 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 17 Jul 2026 05:06:08 +0000 (22:06 -0700)
package.json

index 21eff476eb4caf252c780a78011c0780ad27bc83..2aee1006323f8e88d394cece09feec9d57ca344f 100644 (file)
        "optionalDependencies": {
                "puppeteer": "^25.3.0"
        },
+       "allowScripts": {
+               "esbuild@0.28.1": true,
+               "puppeteer@25.3.0": true
+       },
        "type": "module",
        "exports": {
                ".": {