Skip to content

Commit

Permalink
chore(release): 5.4.2-7
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 22, 2023
1 parent 6154b5e commit 7b88533
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@adonisjs/logger",
"version": "5.4.2-6",
"version": "5.4.2-7",
"description": "Logger built on top of pino to be used by AdonisJs",
"main": "build/index.js",
"type": "module",
"files": [
"build",
"!build/bin",
"!build/tests"
"!build/bin",
"!build/tests"
],
"exports": {
".": "./build/index.js",
Expand All @@ -22,7 +22,7 @@
"test": "cross-env NODE_DEBUG=adonisjs:logger c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"precompile": "npm run lint && npm run clean ",
"precompile": "npm run lint && npm run clean ",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"build": "npm run compile",
"release": "np",
Expand Down Expand Up @@ -115,7 +115,7 @@
"clean": true,
"format": "esm",
"dts": false,
"sourcemap": true,
"sourcemap": true,
"target": "esnext"
}
}

0 comments on commit 7b88533

Please sign in to comment.