We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb7b2 commit 59f0d73Copy full SHA for 59f0d73
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logestic",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"author": "Nishant Aanjaney Jalan <[email protected]>",
5
"description": "An advanced and customisable logging library for ElysiaJS",
6
"keywords": [
@@ -25,7 +25,8 @@
25
"type": "module",
26
"scripts": {
27
"build": "rimraf dist && bun build src/index.ts --outdir dist --target bun --minify -e elysia && tsc",
28
- "test": "bun test"
+ "test": "bun test",
29
+ "prepublishOnly": "bun run build"
30
},
31
"peerDependencies": {
32
"typescript": "^5.0.0",
0 commit comments