Skip to content

Commit

Permalink
build(pack): add files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Sep 10, 2024
1 parent 93339b1 commit 97141e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pino-transport-ecs",
"version": "1.0.0-beta.1",
"description": "A Pino transform transport that converts logs to the Elastic Common Schema format, using the official formatters from Elastic.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b tsconfig.dist.json",
"dev": "NODE_ENV=development ergol tests/application/app.ts -c ergol.config.json",
Expand Down Expand Up @@ -44,5 +44,8 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
}
},
"files": [
"dist/"
]
}

0 comments on commit 97141e2

Please sign in to comment.