Skip to content

Commit a915fac

Browse files
committed
ENH: Bump itk-wasm version to 1.0.0-b.84
1 parent 3330b7b commit a915fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"build": "npm run build:emscripten && npm run bindgen:typescript && npm run build:wasi",
88
"build:emscripten": "npx itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build",
99
"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-cleaver --package-description \"The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'",
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'",
1111
"clean": "git clean -fdx -e node_modules"
1212
},
1313
"license": "Apache-2.0",
1414
"devDependencies": {
15-
"itk-wasm": "^1.0.0-b.74"
15+
"itk-wasm": "^1.0.0-b.84"
1616
}
1717
}

0 commit comments

Comments
 (0)