Skip to content

Commit 9c70928

Browse files
author
George Treviranus
committed
[npm publish] update metadata & cdn tags
1 parent 9783861 commit 9c70928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ The CDN puts the library on `window.CoreFlux`.
4040
<!-- The unminified bundle for development -->
4141
<script
4242
type="text/javascript"
43-
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.1/dist/core-flux.js"
44-
integrity="sha256-NGXrneFeNcM2tPkv0bUzAnQxKRycn6GdnME8GVbksGk="
43+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.2/dist/core-flux.js"
44+
integrity="sha256-isekfT8KIOjq9Qbg9+xiIT9uAaLRByy2LrAqmKoc3Cs="
4545
crossorigin="anonymous"
4646
></script>
4747

4848
<!-- Minified/uglified bundle for production -->
4949
<script
5050
type="text/javascript"
51-
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.1/dist/core-flux.min.js"
52-
integrity="sha256-3Tsvy89jesgSoKg3c/KIzR8IsNiOj+TrxrzGCzC3SDc="
51+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.2/dist/core-flux.min.js"
52+
integrity="sha256-Mo8ImmrV6mB/D+UAnR3lwfCtdhE9xhDaQmOZ85fkBr8="
5353
crossorigin="anonymous"
5454
></script>
5555
```

0 commit comments

Comments
 (0)