-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis Wagner
committed
Mar 23, 2022
1 parent
acf3d40
commit dedc4fb
Showing
6 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ npm i bs5-lightbox | |
|
||
##### CDN: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].8/dist/index.bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].9/dist/index.bundle.min.js"></script> | ||
``` | ||
|
||
Or [download the file directly](https://raw.githubusercontent.com/trvswgnr/bs5-lightbox/main/dist/index.bundle.min.js) (right-click, Save As...) | ||
|
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
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 |
---|---|---|
|
@@ -392,7 +392,7 @@ <h2>Installation</h1> | |
|
||
Or grab the latest JS from the CDN and add it after Bootstrap's JS: | ||
</div> | ||
<pre><code class="language-html"><script src="https://cdn.jsdelivr.net/npm/[email protected].8/dist/index.bundle.min.js"></script></code></pre> | ||
<pre><code class="language-html"><script src="https://cdn.jsdelivr.net/npm/[email protected].9/dist/index.bundle.min.js"></script></code></pre> | ||
<div class="markdown"> | ||
Or [download the file directly](https://raw.githubusercontent.com/trvswgnr/bs5-lightbox/main/dist/index.bundle.min.js) (right-click, Save As...) | ||
|
||
|
@@ -608,7 +608,7 @@ <h2>Contributing</h2> | |
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].8/dist/index.bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].9/dist/index.bundle.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/12.2.0/markdown-it.min.js" integrity="sha512-cTQeM/op796Fp1ZUxfech8gSMLT/HvrXMkRGdGZGQnbwuq/obG0UtcL04eByVa99qJik7WlnlQOr5/Fw5B36aw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<script> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bs5-lightbox", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"author": { | ||
"name": "Travis Aaron Wagner", | ||
"email": "[email protected]" | ||
|
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