Skip to content

Commit

Permalink
fix(types): specify types in package
Browse files Browse the repository at this point in the history
Fix #401
  • Loading branch information
posva committed Jul 25, 2023
1 parent 9986ba5 commit 7678c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mande",
"version": "2.0.6",
"description": "Some awesome description",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@8.6.10",
"main": "index.js",
"module": "dist/mande.mjs",
Expand All @@ -11,6 +11,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/mande.d.ts",
"node": {
"import": {
"production": "./dist/mande.prod.cjs",
Expand Down

0 comments on commit 7678c66

Please sign in to comment.