Skip to content

Commit

Permalink
Update package.json for direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Jul 24, 2023
1 parent 97bda34 commit d253c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "dcmjs",
"version": "0.24.0",
"description": "Javascript implementation of DICOM manipulation",
"main": "build/dcmjs.js",
"module": "build/dcmjs.es.js",
"main": "src/index.js",
"module": "src/index.js",
"directories": {
"example": "examples"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export {
normalizers,
sr,
utilities,
log,
//log,
anonymizer
};

Expand Down

0 comments on commit d253c1d

Please sign in to comment.