Skip to content

Commit d511dd2

Browse files
committed
chore: remove version pin from socklog import
Allow esm.sh to resolve the latest version automatically instead of pinning to a specific release.
1 parent b2cc1f3 commit d511dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/view-log.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p>Real-time events on this rssCloud server.</p>
1212

1313
<script type="module">
14-
import 'https://esm.sh/@andrewshell/socklog@0.2.3'
14+
import 'https://esm.sh/@andrewshell/socklog'
1515
1616
const viewer = document.getElementById('viewer')
1717
const controls = document.getElementById('controls')

0 commit comments

Comments
 (0)