Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit e0388a8

Browse files
committed
Updated packages.
1 parent 4ff7315 commit e0388a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"markdown-it": "8.2.2"
1414
},
1515
"devDependencies": {
16-
"@neogeek/eslint-config-standards": "1.10.0",
17-
"eslint": "3.12.2"
16+
"@neogeek/eslint-config-standards": "1.11.0",
17+
"eslint": "3.13.0"
1818
},
1919
"peerDependencies": {
2020
"doxdox": "~2.0.1"

template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{#if description}}
88
<meta name="description" content="{{description}}">
99
{{/if}}
10-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
1212
<style>
1313

test/fixtures/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1">
66
<title>doxdox-plugin-bootstrap 1.1.3 &#8212; Bootstrap template plugin for doxdox.</title>
77
<meta name="description" content="Bootstrap template plugin for doxdox.">
8-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
1010
<style>
1111

0 commit comments

Comments
 (0)