Skip to content

Commit

Permalink
fix(dicom-node): export location
Browse files Browse the repository at this point in the history
Update export location to match package installation.

Fix for error:
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find module
'...node_modules\@itk-wasm\dicom\dist\bundles\dicom.node.js'
imported from ...
```
  • Loading branch information
jadh4v committed Jun 14, 2023
1 parent 9534c03 commit b1bba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exports": {
".": {
"browser": "./dist/bundles/dicom.js",
"node": "./dist/bundles/dicom.node.js",
"node": "./dist/bundles/dicom-node.js",
"default": "./dist/bundles/dicom.js"
}
},
Expand Down

0 comments on commit b1bba35

Please sign in to comment.