Skip to content

Commit

Permalink
Import bootstrap from jsdelivr, the current link does not exist (#27)
Browse files Browse the repository at this point in the history
* Import bootstrap from jsdelivr, the current link does not exist

* Bump gwbootstrap version number
  • Loading branch information
Alex L. Urban authored Dec 13, 2020
1 parent 5684d0a commit 68228b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in your HTML:
<script src="https://cdn.jsdelivr.net/npm/gwbootstrap@<version>/lib/gwbootstrap.min.js" type="text/javascript"></script>
```

where `<version>` is the semantic version number, e.g. 1.2.1.
where `<version>` is the semantic version number, e.g. 1.3.1.

A heavier collection of more interactive features, including calendar
view and a figure overlay tool, is available from the `gwbootstrap-extra`
Expand Down
2 changes: 1 addition & 1 deletion lib/gwbootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gwbootstrap",
"version": "1.3.0",
"version": "1.3.1",
"description": "Extensions to standard Bootstrap stylesheets for gravitational wave observatories",
"main": "lib/gwbootstrap.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion sass/gwbootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// external imports
@import 'https://code.jquery.com/ui/1.12.1/themes/cupertino/jquery-ui.min.css';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500%7CRoboto+Mono';
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.3/css/bootstrap.min.css';
@import 'https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.min.css';

Expand Down

0 comments on commit 68228b9

Please sign in to comment.