Skip to content

Commit

Permalink
feat: fix exports for hl7 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 authored Feb 28, 2024
2 parents e94f671 + 440e885 commit bb94faf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/cjs/index.js"
},
"./hl7": {
"types": "./lib/types/hl7.d.ts",
"import": "./lib/esm/hl7.js",
"require": "./lib/cjs/hl7.js",
"default": "./lib/cjs/hl7.js"
}
},
"files": [
Expand Down

0 comments on commit bb94faf

Please sign in to comment.