Skip to content

Commit

Permalink
fix(io-packages): Update with main package semantic-release version
Browse files Browse the repository at this point in the history
The dependency on itk-wasm was `itk-wasm@0.0.0-semantically-released`
following #668
  • Loading branch information
thewtex committed Oct 21, 2022
1 parent bde43fa commit 6e62ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"test:chrome": "start-server-and-test start http-get://localhost:8083 cypress:runChrome",
"test:firefox:ci": "start-server-and-test start http-get://localhost:8083 cypress:runFirefox:ci",
"test:firefox": "start-server-and-test start http-get://localhost:8083 cypress:runFirefox",
"prepublishOnly": "npm run build:tsc && node ./src/update-versions.cjs && npm run build:workerBundles && npm run build:workerMinBundles && npm run build:webpack"
"prepublishOnly": "npm run build:tsc && node ./src/update-versions.cjs && node ./src/io/internal/packages/package-json-gen.cjs && npm run build:workerBundles && npm run build:workerMinBundles && npm run build:webpack"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 6e62ba7

Please sign in to comment.