Skip to content

Commit

Permalink
Merge pull request #655 from thewtex/version-import
Browse files Browse the repository at this point in the history
fix(itkConfig.ts): Import from './browser/index.js'
  • Loading branch information
thewtex authored Sep 30, 2022
2 parents 7ea56e3 + f6a125d commit c9344bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itkConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { version } from './index.js'
import { version } from './browser/index.js'

const itkConfig = {
webWorkersUrl: undefined,
Expand Down

0 comments on commit c9344bb

Please sign in to comment.