Skip to content

Commit

Permalink
chore: add package.json to package exports (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 4, 2024
1 parent 03f542a commit 894d2f2
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 207 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"import": "./dist/api/generate-assets.mjs",
"require": "./dist/api/generate-assets.cjs"
},
"./package.json": "./package.json",
"./*": "./*"
},
"main": "dist/index.cjs",
Expand Down Expand Up @@ -112,6 +113,6 @@
"esno": "^4.0.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.0.4"
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 894d2f2

Please sign in to comment.