Skip to content

Commit a8a34f6

Browse files
authored
chore(package): explicitly declare js module type (#677)
1 parent 6b3a0b4 commit a8a34f6

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.8.0",
44
"description": "Run a fastify route with one command!",
55
"main": "cli.js",
6+
"type": "commonjs",
67
"bin": {
78
"fastify": "cli.js"
89
},

0 commit comments

Comments
 (0)