Skip to content

Commit f71de49

Browse files
committed
updated for release
1 parent 397c843 commit f71de49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/browser/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<!-- local styles -->
2828
<link rel="stylesheet" href="./css/style.css">
2929
<!-- RELEASE (CDN)
30+
-->
3031
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/dist/pptxgen.bundle.js"></script>
3132
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/demos/modules/demos.mjs" type="module"></script>
32-
-->
3333
<!--
3434
TODO: [only used during `-beta` dev cycles; update to below on release]
3535
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@master/dist/pptxgen.bundle.js"></script>
@@ -41,8 +41,8 @@
4141
<script src="../modules/demos.mjs" type="module"></script>
4242
-->
4343
<!-- LOCAL TESTING: bundle
44-
-->
4544
<script src="./js/pptxgen.bundle.js"></script>
45+
-->
4646
</head>
4747
<body>
4848
<div id="modalBusy" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">

0 commit comments

Comments
 (0)