Skip to content

Commit

Permalink
fix(nanolib): update exports key for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Oct 11, 2024
1 parent ec228ca commit 0e9f4aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/nanolib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"types": "./dist/main.d.ts",
"import": "./dist/main.mjs",
"require": "./dist/main.cjs"
},
"./exit-hook": {
"types": "./dist/exit-hook.d.ts",
"import": "./dist/exit-hook.mjs",
"require": "./dist/exit-hook.cjs"
},
"./node-fs": {
"types": "./dist/node-fs.d.ts",
"import": "./dist/node-fs.mjs",
"require": "./dist/node-fs.cjs"
}
},
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 0e9f4aa

Please sign in to comment.