diff --git a/module-ol.js b/module-ol.js
deleted file mode 100644
index 0cdbd36..0000000
--- a/module-ol.js
+++ /dev/null
@@ -1,22 +0,0 @@
-
-// Polyfill Element.scrollTo() for Safari
-import '../dom/polyfills/element.scrollto.js';
-
-/**
-
-Import `./build/slide-show-ol.js` to register the customised built-in:
-
-```html
-
- - …
-
-```
-**/
-
-import element from '../dom/modules/element.js';
-import lifecycle from './modules/lifecycle.js';
-import properties from './modules/properties.js';
-
-const stylesheet = import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css');
-
-export default element('', lifecycle, properties, stylesheet);
diff --git a/module-ul.js b/module-ul.js
deleted file mode 100644
index 573745c..0000000
--- a/module-ul.js
+++ /dev/null
@@ -1,22 +0,0 @@
-
-// Polyfill Element.scrollTo() for Safari
-import '../dom/polyfills/element.scrollto.js';
-
-/**
-
-Import `./build/slide-show-ul.js` to register the customised built-in:
-
-```html
-
-```
-**/
-
-import element from '../dom/modules/element.js';
-import lifecycle from './modules/lifecycle.js';
-import properties from './modules/properties.js';
-
-const stylesheet = import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css');
-
-export default element('', lifecycle, properties, stylesheet);
diff --git a/module.js b/module.js
index 2162b25..25281f6 100644
--- a/module.js
+++ b/module.js
@@ -50,4 +50,4 @@ import properties from './modules/properties.js';
const stylesheet = window.slideshowStylesheet || import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css');
-export default element('slide-show', lifecycle, properties, stylesheet, 'documentation – stephen.band/slide-show/');
+export default element('slide-show', lifecycle, properties, stylesheet, 'stephen.band/slide-show/');