Skip to content

Commit

Permalink
npm: publish v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgknca committed Jul 19, 2022
1 parent 1274d9b commit 2df3833
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

```html
<!-- UNPKG -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].5/dist/css-skeletons.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected].6/dist/css-skeletons.min.css"/>

<!-- JSDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].5/dist/css-skeletons.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].6/dist/css-skeletons.min.css"/>
```

or
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="./assets/css/main.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/css-skeletons.min.css"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css-skeletons.min.css"
/>
<title>Single Div CSS Skeletons</title>
</head>
Expand Down
Loading

0 comments on commit 2df3833

Please sign in to comment.