Skip to content

Commit

Permalink
fix(dicom): typo in node export
Browse files Browse the repository at this point in the history
The output file is `dicom-node.js` instead of `dicom.node.js`.
  • Loading branch information
floryst authored Aug 31, 2023
1 parent 63369f1 commit 25d3891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
".": {
"types": "./dist/src/index.d.ts",
"browser": "./dist/bundles/dicom.js",
"node": "./dist/bundles/dicom.node.js",
"node": "./dist/bundles/dicom-node.js",
"default": "./dist/bundles/dicom.js"
}
},
Expand Down Expand Up @@ -68,4 +68,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
}
}
}

0 comments on commit 25d3891

Please sign in to comment.