Skip to content

Commit

Permalink
feat(release): exclude umd and cjs bundles to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Mar 1, 2020
1 parent c60531b commit f3096e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ module.exports = {
path: 'package.json',
label: 'Package JSON',
},
{
path: 'dist/webexWidgets.cjs.js',
label: 'Common JS distribution',
},
{
path: 'dist/webexWidgets.umd.js',
label: 'Universal Module Definition JS distribution',
},
{
path: 'dist/webexWidgets.esm.js',
label: 'ECMAScript module JS distribution',
Expand Down

0 comments on commit f3096e1

Please sign in to comment.