Skip to content

Commit

Permalink
chore: add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Mar 2, 2020
1 parent 5fc4ca8 commit eef8078
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-pg",
"version": "1.0.0",
"version": "0.0.1",
"description": "A Pino Transport for PostgreSQL databases.",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,11 @@
"author": "Xavier Stouder <[email protected]>",
"license": "MIT",
"types": "dist/index.d.ts",
"files": [
"dist/src/index.d.ts",
"dist/src/index.js",
"index.js"
],
"dependencies": {
"pg": "7.18.2",
"pino": "^5.17.0",
Expand Down

0 comments on commit eef8078

Please sign in to comment.