We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d22ac commit 32b94f3Copy full SHA for 32b94f3
examples/index.html
@@ -15,7 +15,7 @@
15
</div>
16
<script type="module">
17
// import checkAll from '../dist/index.js'
18
- import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
+ import checkAll from 'https://unpkg.com/@github/check-all@latest?module'
19
checkAll(document.querySelector('[data-check-all-container]'))
20
</script>
21
</body>
0 commit comments