Skip to content

Commit 18c6636

Browse files
authored
chore(package): explicitly declare js module type (#166)
1 parent 2e6cb74 commit 18c6636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "5.2.2",
44
"description": "Fastify PostgreSQL connection plugin",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "index.d.ts",
78
"scripts": {
89
"check-examples": "tsc --build examples/typescript/*",

0 commit comments

Comments
 (0)