Skip to content

Commit 32b94f3

Browse files
committed
Set module option for transition before we cut a new release
1 parent c9d22ac commit 32b94f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<script type="module">
1717
// import checkAll from '../dist/index.js'
18-
import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
18+
import checkAll from 'https://unpkg.com/@github/check-all@latest?module'
1919
checkAll(document.querySelector('[data-check-all-container]'))
2020
</script>
2121
</body>

0 commit comments

Comments
 (0)