Skip to content

Commit

Permalink
[npm publish] update metadata & cdn tags
Browse files Browse the repository at this point in the history
  • Loading branch information
George Treviranus committed May 15, 2021
1 parent 654415e commit 06f35c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ $ yarn i upgraded-element
<!-- Use the unminified bundle in development -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.2/dist/upgraded-element.js"
integrity="sha256-ZbpVjqgwTOwz+Lb5vUadv8TgeogxGQsrBrBwIMGq7HI="
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.3/dist/upgraded-element.js"
integrity="sha256-bseuhwyPf9q7ZaBp97QubjhDNfNbr0M1cLYRtszUn6s="
crossorigin="anonymous"
></script>

<!-- Or use the minified/uglified bundle in production -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.2/dist/upgraded-element.min.js"
integrity="sha256-/ON7MU2ezAVFCPpww5pg4ELQLSRajh6mlsBfzImeUGc="
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.3/dist/upgraded-element.min.js"
integrity="sha256-TMQoDfPpWCiYUpIIhQUOyP0KXM5Dwh+7UiZwTA15SGM="
crossorigin="anonymous"
></script>
```
Expand Down
8 changes: 4 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.2/dist/upgraded-element.js"
integrity="sha256-ZbpVjqgwTOwz+Lb5vUadv8TgeogxGQsrBrBwIMGq7HI="
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.3/dist/upgraded-element.js"
integrity="sha256-bseuhwyPf9q7ZaBp97QubjhDNfNbr0M1cLYRtszUn6s="
crossorigin="anonymous"
></script> -->

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.2/dist/upgraded-element.min.js"
integrity="sha256-/ON7MU2ezAVFCPpww5pg4ELQLSRajh6mlsBfzImeUGc="
src="https://cdn.jsdelivr.net/npm/upgraded-element@0.6.3/dist/upgraded-element.min.js"
integrity="sha256-TMQoDfPpWCiYUpIIhQUOyP0KXM5Dwh+7UiZwTA15SGM="
crossorigin="anonymous"
></script> -->
</body>
Expand Down

0 comments on commit 06f35c6

Please sign in to comment.