Skip to content

Commit

Permalink
fix: dist folder not exported in npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Mar 21, 2024
1 parent e0bb7b2 commit 59f0d73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logestic",
"version": "0.5.0",
"version": "0.5.1",
"author": "Nishant Aanjaney Jalan <[email protected]>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
Expand All @@ -25,7 +25,8 @@
"type": "module",
"scripts": {
"build": "rimraf dist && bun build src/index.ts --outdir dist --target bun --minify -e elysia && tsc",
"test": "bun test"
"test": "bun test",
"prepublishOnly": "bun run build"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down

0 comments on commit 59f0d73

Please sign in to comment.