Skip to content

Commit e92acdb

Browse files
authored
chore(package): explicitly declare js module type (#38)
1 parent 8105c0c commit e92acdb

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
"description": "Build and manage the fast-json-stringify instances for the fastify framework",
44
"version": "4.3.0",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "types/index.d.ts",
78
"scripts": {
89
"lint": "standard",

0 commit comments

Comments
 (0)