Skip to content

Commit 5b251c8

Browse files
committed
ENH: Bump itk-wasm to 1.0.0-b.85
1 parent 1d050de commit 5b251c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "module",
66
"scripts": {
77
"build": "npm run build:emscripten && npm run bindgen:typescript && npm run build:wasi",
8-
"build:emscripten": "npx itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build",
9-
"build:wasi": "npx itk-wasm -i itkwasm/wasi:20230214-4d22c050 build",
10-
"bindgen:typescript": "npx itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/cleaver --package-description \"The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'",
8+
"build:emscripten": "itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build",
9+
"build:wasi": "itk-wasm -i itkwasm/wasi:20230214-4d22c050 build",
10+
"bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/cleaver --package-description \"The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'",
1111
"clean": "git clean -fdx -e node_modules"
1212
},
1313
"license": "Apache-2.0",
1414
"devDependencies": {
15-
"itk-wasm": "^1.0.0-b.84"
15+
"itk-wasm": "^1.0.0-b.85"
1616
}
1717
}

0 commit comments

Comments
 (0)