Skip to content

Commit

Permalink
Rename iffe package
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Jan 26, 2019
1 parent 40eb188 commit 9bc5026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/bulb-input/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export default [
{
file: pkg.unpkg,
format: 'iife',
name: 'bulb',
extend: 'bulb',
globals: { bulb: 'bulb' }
name: 'Bulb',
extend: 'Bulb',
globals: { bulb: 'Bulb' }
}
],
plugins: plugins.concat([uglify()])
Expand Down
4 changes: 2 additions & 2 deletions packages/bulb/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default [
{
file: pkg.unpkg,
format: 'iife',
name: 'bulb',
extend: 'bulb'
name: 'Bulb',
extend: 'Bulb'
}
],
plugins: plugins.concat([uglify()])
Expand Down

0 comments on commit 9bc5026

Please sign in to comment.