Skip to content

Commit

Permalink
Fix rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 27, 2023
1 parent 53f9105 commit 7d93a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ember-basic-dropdown/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default {
// Copy Readme and License into published package
copy({
targets: [
{ src: '../README.md', dest: '.' },
{ src: '../LICENSE.md', dest: '.' },
{ src: 'src/styles/_index.scss', dest: '.' },
{ src: 'src/styles/_index.less', dest: '.' },
],
Expand Down

0 comments on commit 7d93a61

Please sign in to comment.