Skip to content

Commit

Permalink
Merge pull request #6 from vinayakkulkarni/fix/build-name
Browse files Browse the repository at this point in the history
fix: build name
  • Loading branch information
vinayakkulkarni authored May 28, 2020
2 parents 879e187 + 3133e68 commit 80e43b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/rollup.min.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
output: {
format: 'umd',
name: 'SOffline',
file: 'dist/s-clappr.min.js',
file: 'dist/s-offline.min.js',
},
plugins: [
svelte({
Expand Down
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import SOffline from './SOffline.svelte';

const app = new SOffline({
target: document.body,
});

export default app;
export default SOffline;

0 comments on commit 80e43b2

Please sign in to comment.