Skip to content

Commit 307232f

Browse files
authored
chore(package): explicitly declare js module type (#656)
1 parent 61de562 commit 307232f

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": "Stringify your JSON at max speed",
55
"main": "index.js",
6+
"type": "commonjs",
67
"types": "types/index.d.ts",
78
"scripts": {
89
"bench": "node ./benchmark/bench.js",

0 commit comments

Comments
 (0)