aboutsummaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index db5577d..8f500f1 100644
--- a/js/index.js
+++ b/js/index.js
@@ -1,4 +1,4 @@
-import Deck from './reveal.js'
+import Deck, { VERSION } from './reveal.js'
/**
* Expose the Reveal class to the window. To create a
@@ -51,4 +51,6 @@ Reveal.initialize = options => {
}
} );
+Reveal.VERSION = VERSION;
+
export default Reveal; \ No newline at end of file