Skip to content

Commit

Permalink
fix: add typings
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 24, 2021
1 parent cb73745 commit 859a483
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"pretty-ms": "^7.0.1",
"serialize-error": "^9.0.0"
},
"peerDependencies": {
"slonik": ">=25.1.2"
},
"description": "Logs Slonik queries.",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down Expand Up @@ -59,6 +56,9 @@
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "slonik-interceptor-query-logging",
"peerDependencies": {
"slonik": ">=25.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gajus/slonik-interceptor-query-logging"
Expand All @@ -68,5 +68,6 @@
"lint": "eslint ./src ./test && tsc --noEmit",
"test": "NODE_ENV=test nyc ava --verbose --serial"
},
"typings": "./dist/src/index.d.ts",
"version": "1.1.0"
}

0 comments on commit 859a483

Please sign in to comment.