Skip to content

Commit

Permalink
Differentiate between import and require usages of vcf-js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 10, 2024
1 parent 19dc43f commit e8e2699
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "@gmod/vcf",
"version": "5.0.10",
"description": "High performance streaming Variant Call Format (VCF) parser in pure JavaScript",
"main": "dist/index.js",
"module": "esm/index.js",
"exports": {
".": {
"require": "dist/index.js",
"import": "esm/index.js"
}
},
"repository": "github:GMOD/vcf-js",
"author": {
"name": "Garrett Stevens",
Expand Down

0 comments on commit e8e2699

Please sign in to comment.