Skip to content

Commit

Permalink
updated to latest version of elm package
Browse files Browse the repository at this point in the history
  • Loading branch information
wsowens committed Nov 8, 2020
1 parent e1bdace commit 499162f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/sockterm-element.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockterm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/url": "1.0.0",
"wsowens/term": "2.0.0"
"wsowens/term": "2.0.6"
},
"indirect": {
"elm/time": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<script src="https://cdn.jsdelivr.net/gh/wsowens/sockterm@1.0.6/dist/sockterm-element.min.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/wsowens/sockterm@latest/dist/sockterm-element.min.js" type="application/javascript"></script>
<style>
body {
/* using Bliss for that comfy XP vibe */
Expand Down

0 comments on commit 499162f

Please sign in to comment.