Skip to content

Commit 363110d

Browse files
authored
Merge pull request #1513 from InsightSoftwareConsortium/hello-pipeline-itk-wasm-version
build(hello-pipeline): bump itk-wasm to 1.0.0-b.197
2 parents 4ff18ec + be3b481 commit 363110d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/hello-pipeline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An itk-wasm Hello Pipeline World! example",
55
"type": "module",
66
"scripts": {
7-
"build": "itk-wasm -i itkwasm/wasi build",
7+
"build": "itk-wasm -i docker.io/itkwasm/wasi build",
88
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
99
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
1010
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
@@ -13,6 +13,6 @@
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"fs-extra": "^10.0.0",
16-
"itk-wasm": "^1.0.0-b.185"
16+
"itk-wasm": "^1.0.0-b.197"
1717
}
1818
}

0 commit comments

Comments
 (0)