diff --git a/package.json b/package.json index 28a3236..bf70461 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,5 @@ { "name": "vue-peaks", - "type": "module", - "files": [ - "dist" - ], - "main": "./dist/vue-peaks.umd.cjs", - "module": "./dist/vue-peaks.js", - "exports": { - ".": { - "import": "./dist/vue-peaks.js", - "require": "./dist/vue-peaks.umd.cjs" - } - }, "version": "0.0.4", "description": "A Vue wrapper around the bbc/peaks.js audio waveform UI component", "repository": { diff --git a/src/App.vue b/src/App.vue index b0684f4..ff42afe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,6 @@ import UsingSlots from './examples/UsingSlots.vue'; import UsingPeaksConfiguration from './examples/UsingPeaksConfiguration.vue'; import DemoWidget from './examples/DemoWidget.vue'; import UsingReactivity from './examples/UsingReactivity.vue'; -import ExamplesVersion004 from './examples/ExamplesVersion004.vue';