@farberg/reveal-template 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/init-reveal.js +3 -1
  2. package/package.json +1 -1
package/init-reveal.js CHANGED
@@ -9,6 +9,8 @@ import ShowHTMLExample from './plugins/reveal-plugin-html-example.js';
9
9
  import ToggleSolutionsPlugin from './plugins/reveal-plugin-toggle-solutions.js';
10
10
  import DirTreePlugin from './plugins/reveal-plugin-dir-tree.js';
11
11
  import PrefixUrlPlugin from './plugins/reveal-plugin-prefix-with-base-url.js';
12
+ import AsciinemaPlugin from './plugins/reveal-plugin-asciinema.js';
13
+
12
14
 
13
15
  const defaultOptions = {
14
16
  revealOptions: {},
@@ -42,7 +44,7 @@ const extraThemeCssStylesheets = [
42
44
  const defaultDennisPlugins = [
43
45
  ShowCodeSnippets, ShowToc, ShowAttribution, ShowQrCode, ShowTitle,
44
46
  ModifyFontSize, ShowHTMLExample, ToggleSolutionsPlugin, DirTreePlugin,
45
- PrefixUrlPlugin
47
+ PrefixUrlPlugin, AsciinemaPlugin
46
48
  ]
47
49
 
48
50
  const defaultRevealOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",