-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.4](v1.2.3...v1.2.4) (2020-11-01) ### Bug Fixes * **.releaserc.json:** format fix ([5253cdf](5253cdf)) * **.releaserc.json:** semantic-release related fixes ([3bcef0d](3bcef0d)) * **.releaserc.json:** semantic-release related fixes ([4640f97](4640f97)) * **dist:** fix dist delete issue ([fb1ed6d](fb1ed6d)) * **release:** release related fixes ([a3e7fd8](a3e7fd8))
- Loading branch information
1 parent
57ea1f2
commit 8255f0e
Showing
7 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ Keyboard CSS is a library of ready-to-use, cross-browser compatible keyboard lik | |
Add it directly to your webpage using a `link` tag, thanks to <https://unpkg.com>: | ||
|
||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/main.min.css" /> | ||
``` | ||
|
||
or install it with npm: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ <h4 id="getting-started">Getting Started</h4> | |
<div class="px-3 py-2 bg-dark rounded shadow-sm mb-3"> | ||
<code | ||
><link rel="stylesheet" | ||
href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css" | ||
href="https://unpkg.com/[email protected]/dist/css/main.min.css" | ||
/></code | ||
> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ <h4 id="getting-started">Getting Started</h4> | |
<div class="px-3 py-2 bg-dark rounded shadow-sm mb-3"> | ||
<code | ||
><link rel="stylesheet" | ||
href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css" | ||
href="https://unpkg.com/[email protected]/dist/css/main.min.css" | ||
/></code | ||
> | ||
</div> | ||
|