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

Commit 887392d

Browse files
committed
Updated packages.
1 parent 4afbad2 commit 887392d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"devDependencies": {
1616
"@neogeek/eslint-config-standards": "^1.15.0",
17-
"eslint": "^3.18.0"
17+
"eslint": "^3.19.0"
1818
},
1919
"peerDependencies": {
20-
"doxdox": "~2.0.1"
20+
"doxdox": "~2.0.2"
2121
},
2222
"scripts": {
2323
"test": "make test"

template.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="{{description}}">
99
{{/if}}
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/github.min.css">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/github.min.css">
1212
<style>
1313
1414
input[type="search"]::-webkit-search-cancel-button {
@@ -392,8 +392,8 @@ input[type="search"]::-webkit-search-cancel-button {
392392

393393
</footer>
394394

395-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
396-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
395+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.slim.min.js"></script>
396+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
397397
<script>
398398
399399
(function () {

0 commit comments

Comments
 (0)