Skip to content

Commit

Permalink
chore(package): explicitly declare js module type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 27, 2023
1 parent 6b3a0b4 commit fb4f4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "5.8.0",
"description": "Run a fastify route with one command!",
"main": "cli.js",
"type": "commonjs",
"bin": {
"fastify": "cli.js"
},
Expand Down

0 comments on commit fb4f4ca

Please sign in to comment.