@farberg/reveal-template 1.1.3 → 1.1.4

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 +1 -1
  2. package/package.json +2 -2
package/init-reveal.js CHANGED
@@ -10,7 +10,7 @@ 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
12
  import AsciinemaPlugin from './plugins/reveal-plugin-asciinema.js';
13
- import MermaidPlugin from 'plugins/reveal-plugin-mermaid.js';
13
+ import MermaidPlugin from './plugins/reveal-plugin-mermaid.js';
14
14
 
15
15
  const defaultOptions = {
16
16
  revealOptions: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",
@@ -26,4 +26,4 @@
26
26
  "reveal.js": "^5.2.1",
27
27
  "serve-static": "^2.2.0"
28
28
  }
29
- }
29
+ }