We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff18ec + be3b481 commit 363110dCopy full SHA for 363110d
1 file changed
examples/hello-pipeline/package.json
@@ -4,7 +4,7 @@
4
"description": "An itk-wasm Hello Pipeline World! example",
5
"type": "module",
6
"scripts": {
7
- "build": "itk-wasm -i itkwasm/wasi build",
+ "build": "itk-wasm -i docker.io/itkwasm/wasi build",
8
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
9
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
10
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
@@ -13,6 +13,6 @@
13
"license": "Apache-2.0",
14
"dependencies": {
15
"fs-extra": "^10.0.0",
16
- "itk-wasm": "^1.0.0-b.185"
+ "itk-wasm": "^1.0.0-b.197"
17
}
18
0 commit comments