Skip to content

Commit

Permalink
fix(IOExample): Bump itk-wasm to 1.0.0-b.63 for missing glob
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 26, 2023
1 parent 5df5edf commit 2ce5590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/inputs-outputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itk-wasm-inputs-outputs-example",
"version": "1.0.1",
"version": "1.0.2",
"description": "An itk-wasm pipeline example for inputs/outputs",
"main": "index.mjs",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"fs-extra": "^10.0.0",
"itk-image-io": "^1.0.0-b.58",
"itk-wasm": "^1.0.0-b.58"
"itk-image-io": "^1.0.0-b.63",
"itk-wasm": "^1.0.0-b.63"
}
}

0 comments on commit 2ce5590

Please sign in to comment.