We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 785c880 + d78832e commit e123113Copy full SHA for e123113
2 files changed
.nvmrc
@@ -0,0 +1 @@
1
+24
package.json
@@ -15,6 +15,9 @@
15
}
16
],
17
"license": "MIT",
18
+ "engines": {
19
+ "node": ">=22.0.0"
20
+ },
21
"scripts": {
22
"build": "npm run build-worker && rm -rf dist && babel src --out-dir dist --ignore '**/*-unit.js' --source-maps inline",
23
"build-worker": "rm -f res/tls.worker.blob && npx webpack --config webpack.config.worker.js -p && mv res/tls.worker.js res/tls.worker.blob",
0 commit comments