Skip to content

Commit bc9e102

Browse files
authored
chore(package): explicitly declare js module type (#125)
1 parent 030d256 commit bc9e102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "5.0.0",
44
"description": "Fastify basic auth plugin",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "types/index.d.ts",
78
"scripts": {
89
"lint": "standard",

0 commit comments

Comments
 (0)