Skip to content

Commit

Permalink
fix: running build after package update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Oct 30, 2024
1 parent b00ea6e commit 3865fad
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-icon@5.0.2/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-icon@6.0.1/dist/auro-icon__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
Loading

0 comments on commit 3865fad

Please sign in to comment.