mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
fix js distributable (#6139)
This commit is contained in:
parent
cc841caf08
commit
0d4169533a
2
src/api/js/package-lock.json
generated
2
src/api/js/package-lock.json
generated
|
@ -27,7 +27,7 @@
|
||||||
"typescript": "^4.5.4"
|
"typescript": "^4.5.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16 <18"
|
"node": ">=16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
|
|
@ -12,13 +12,13 @@
|
||||||
"homepage": "https://github.com/Z3Prover/z3/tree/master/src/api/js",
|
"homepage": "https://github.com/Z3Prover/z3/tree/master/src/api/js",
|
||||||
"repository": "github:Z3Prover/z3",
|
"repository": "github:Z3Prover/z3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16 <18"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"browser": "build/browser.js",
|
"browser": "build/browser.js",
|
||||||
"main": "build/node.js",
|
"main": "build/node.js",
|
||||||
"types": "build/node.d.ts",
|
"types": "build/node.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"build/*.{js,d.ts,wasm}"
|
"build/**/*.{js,d.ts,wasm}"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:ts": "run-s -l build:ts:generate build:ts:tsc",
|
"build:ts": "run-s -l build:ts:generate build:ts:tsc",
|
||||||
|
|
Loading…
Reference in a new issue