Skip to content

Commit

Permalink
feat: Add manifests to exports map (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jul 27, 2024
1 parent bf466b0 commit 01d55f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
"types": "./dist/commonjs/main.d.ts",
"default": "./dist/commonjs/main.js"
}
}
},
"./package.json": "./package.json",
"./manifests/micro-utilities.json": "./manifests/micro-utilities.json",
"./manifests/native.json": "./manifests/native.json",
"./manifests/preferred.json": "./manifests/preferred.json"
},
"types": "./dist/commonjs/main.d.ts",
"type": "module"
Expand Down

0 comments on commit 01d55f6

Please sign in to comment.