Skip to content

Commit 96e8119

Browse files
authoredOct 27, 2023
chore(package): explicitly declare js module type (#163)
1 parent 6439737 commit 96e8119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0",
44
"description": "An authentication plugin for Fastify",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "types/index.d.ts",
78
"scripts": {
89
"lint": "standard",

0 commit comments

Comments
 (0)
Please sign in to comment.