Skip to content

Commit

Permalink
fix(release): define paths to export the modules properly
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Oct 25, 2019
1 parent d3d8440 commit 1db8231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.2.0",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
"build": "rollup -c",
"clear": "rm package-lock.json && rm -rf node_modules",
Expand Down

0 comments on commit 1db8231

Please sign in to comment.