Skip to content

Commit

Permalink
fix: package.json exports config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Nov 23, 2023
1 parent b53774d commit c156f66
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
"url": "https://pilaton.com"
},
"type": "module",
"main": "build/sleep.cjs.js",
"module": "build/sleep.esm.mjs",
"types": "build/sleep.d.ts",
"exports": {
"require": "./build/sleep.cjs.js",
"import": "./build/sleep.esm.mjs",
"types": "./build/sleep.d.ts"
},
"files": [
"build/"
],
Expand Down

0 comments on commit c156f66

Please sign in to comment.