Skip to content

Commit 5d744b3

Browse files
authored
chore(package): explicitly declare js module type (#330)
1 parent b5d9f1c commit 5d744b3

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": "9.4.0",
44
"description": "forward your HTTP request to another server, for fastify",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "types/index.d.ts",
78
"scripts": {
89
"lint": "standard | snazzy",

0 commit comments

Comments
 (0)