Skip to content

Commit

Permalink
fix(package): add UMD bundle as main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
lalli-flores committed Jul 15, 2020
1 parent a81d5ad commit dac867e
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
Expand Up @@ -4,7 +4,7 @@
"description": "Adapter interfaces for Webex Components (https://github.com/webex/components)",
"author": "devsupport@webex.com",
"license": "MIT",
"main": "dist/webex-component-adapter-interfaces.es.min.js",
"main": "dist/webex-component-adapter-interfaces.umd.min.js",
"module": "dist/webex-component-adapter-interfaces.es.min.js",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit dac867e

Please sign in to comment.