Skip to content

Commit

Permalink
fix(DebuggingExample): Bump itk-wasm version for missing fs-extra dep
Browse files Browse the repository at this point in the history
To address:

```
> itk-wasm-debugging-example@1.0.1 wasi-build-debug /home/local/KHQ/will.schroeder/Develop/wasm/itk-wasm/examples/debugging
> itk-wasm -i itkwasm/wasi --build-dir wasi-build-debug build -- -DCMAKE_BUILD_TYPE=Debug

/home/local/KHQ/will.schroeder/Develop/wasm/itk-wasm/examples/debugging/node_modules/itk-wasm/src/itk-wasm-cli.js:3
import fs from 'fs-extra'
```
  • Loading branch information
thewtex committed Mar 1, 2023
1 parent de7eb88 commit a5e948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/debugging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"license": "Apache-2.0",
"dependencies": {
"http-server": "^14.1.0",
"itk-wasm": "^1.0.0-b.6"
"itk-wasm": "^1.0.0-b.77"
}
}

0 comments on commit a5e948a

Please sign in to comment.