We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72ac7b commit 0235869Copy full SHA for 0235869
examples/index.html
@@ -42,6 +42,6 @@
42
<!-- <script type="module" src="../dist/index.js"></script> -->
43
44
<!-- GitHub Pages demo script -->
45
- <script src="https://unpkg.com/@github/remote-input-element@latest/dist/index.umd.js"></script>
+ <script type="module" src="https://unpkg.com/@github/remote-input-element@latest/dist/index.js"></script>
46
</body>
47
</html>
0 commit comments