Skip to content

Commit 1323bf4

Browse files
committed
fix: add module field to point to esm
1 parent 39a9f43 commit 1323bf4

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": "4.0.0-beta.1",
44
"description": "Lightweight logging library for any Node 12+ applications",
55
"main": "index.js",
6+
"module": "dist/esm/index.js",
67
"types": "dist/cjs/index.d.ts",
78
"exports": {
89
".": {

0 commit comments

Comments
 (0)