Skip to content

Commit

Permalink
Fix package exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Nov 24, 2023
1 parent eaad9ba commit 2c73fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"module": "./dist/esm/hdf5_hl.js",
"exports": {
"types": "./src/hdf5_hl.d.ts",
"node": "./dist/node/hdf5_hl.js",
"import": "./dist/esm/hdf5_hl.js"
"import": "./dist/esm/hdf5_hl.js",
"require": "./dist/node/hdf5_hl.js"
},
"scripts": {
"build": "npm run build_esm && npm run build_node && npm run build_types && npm run build_iife",
Expand Down

0 comments on commit 2c73fc0

Please sign in to comment.