Skip to content

Commit d9dc54c

Browse files
committed
Updated packages.
Updated template libraries.
1 parent d2defdb commit d9dc54c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"chalk": "1.1.3",
1111
"dox": "0.8.1",
1212
"handlebars": "4.0.5",
13-
"highlight.js": "9.2.0",
13+
"highlight.js": "9.3.0",
1414
"markdown-it": "6.0.1",
1515
"q": "1.4.1",
1616
"sqlite3": "3.1.3",

templates/bootstrap.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ pre .hljs {
116116
var protocol = w.location.protocol === 'file:' ? 'http:' : w.location.protocol,
117117
resource = [
118118
'//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css',
119-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/github.min.css',
120-
'//code.jquery.com/jquery-2.2.2.min.js',
121-
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js'
119+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/github.min.css',
120+
'//code.jquery.com/jquery-2.2.3.min.js',
121+
'//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js'
122122
];
123123
124124
function loadResource(url) {

templates/dash/resources/highlight.js/github.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)