Skip to content

Commit

Permalink
Pin dependencies in webcomponents.org demo too
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao authored Nov 22, 2020
1 parent ceed0b6 commit 2f15c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See the [simple demo](https://codepen.io/cifkao/pen/WNwpLzL) and the [advanced d
```
<custom-element-demo>
<template>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@13,npm/@magenta/music@1/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@14.7.58,npm/@magenta/music@1.21.0/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1.1.0"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
Expand Down

0 comments on commit 2f15c34

Please sign in to comment.