Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d6723e0

Browse files
author
george
committed
[5.1.2] Patch / chore. Include dist files
1 parent bf39192 commit d6723e0

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

app/docs/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
77
```html
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/undernet@5.1.1/dist/undernet.min.css"
10+
href="https://cdn.jsdelivr.net/npm/undernet@5.1.2/dist/undernet.min.css"
1111
integrity="sha256-ayx+zb/OIkki6WyE9iO9UPuiTcW5dmQgP6Leke0ejEM="
1212
crossorigin="anonymous"
1313
/>
@@ -16,8 +16,8 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.1.1/dist/undernet.bundle.min.js"
20-
integrity="sha256-EJnj0aE0aRZ2JVAqwiMMJ278tFE6RLvVq7LF/c0AC7I="
19+
src="https://cdn.jsdelivr.net/npm/undernet@5.1.2/dist/undernet.bundle.min.js"
20+
integrity="sha256-5Evk9G0yGG5Ed/UerT4EiLpf0q4jnfGzzSUjLjW/4VI="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

dist/undernet.css.zip

0 Bytes
Binary file not shown.

dist/undernet.js.zip

0 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

0 Bytes
Binary file not shown.

dist/undernet.scss.zip

0 Bytes
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undernet",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"homepage": "https://undernet.io",
55
"description": "A modular, configuration-first front-end framework. No strings.",
66
"author": "George Treviranus",

0 commit comments

Comments
 (0)