Skip to content

Commit

Permalink
chore: add new package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Jun 15, 2024
1 parent 9e509eb commit 9b24269
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"node": "./lib-commonjs/json/serializr.js",
"import": "./lib/json/serializr.js",
"default": "./lib-commonjs/json/serializr.js"
}
},
"./cjs": "./lib-commonjs/index.js",
"./cjs/serializr": "./lib-commonjs/json/serializr.js"
},
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 9b24269

Please sign in to comment.