Skip to content

Commit

Permalink
fix(package): main attribute now points to esm bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Mar 1, 2020
1 parent 49066a5 commit 8190b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.19.5",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"main": "dist/webexSDKComponentAdapter.esm.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 8190b1f

Please sign in to comment.