Skip to content

Commit

Permalink
Update package.json exports to fix some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Graphmaxer authored and niksy committed Nov 2, 2020
1 parent a6e81bd commit 654a7e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
".": {
"import": "./esm/index.js",
"require": "./cjs/index.js"
}
},
"./package.json": "./package.json"
},
"main": "cjs/index.js",
"jsdelivr": "umd/index.js",
Expand Down

0 comments on commit 654a7e3

Please sign in to comment.