Skip to content

Commit

Permalink
Update JQuery Terminal to 2.17.6. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ovk committed Jul 15, 2020
1 parent ae39325 commit c2fe960
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clcalc",
"description": "Command line calculator",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions pages/config.pug
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{
'css':
{
'url': 'https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.17.4/css/jquery.terminal.min.css',
'integrity': 'sha512-ESKwxPd42QR3rKTn+Iy3Ag0yuqnIqkOUmUdFzJOX1vaAGGJan96khCY9Fa9ZQvgRxv9cZ6uEEQGAMbqQ70Hf1w=='
'url': 'https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.17.6/css/jquery.terminal.min.css',
'integrity': 'sha512-dxNdoKfsvZw2o92xV6gZL1D/iX2UkopCHk1cJEUU0ZnBu1E1gm9UXWf1yshP4qYHO57Vr+5s1CMLreL9Aot8FA=='
},
'js':
{
'url': 'https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.17.4/js/jquery.terminal.min.js',
'integrity': 'sha512-C5iIqeaMY0ULsMS686djpYStSLyujqsfF+VfUX0B1Ov51KoJa8HqPbZHwCcDSFGo3Gwv/I0mgDlbn2txMBOKEg=='
'url': 'https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.17.6/js/jquery.terminal.min.js',
'integrity': 'sha512-CkqQSJ2qkMkg9OeP+doA/RlNpPt13avm/URsDtA/kGJeoC7CG8VlxfQGGq2MgUgjCdrze6Jl5b6xR1TXhgDkuw=='
}
},
'katex':
Expand Down
2 changes: 1 addition & 1 deletion pages/help.pug
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ block content
li
a(href = 'http://mathjs.org') MathJS 7.0.2
li
a(href = 'https://github.com/jcubic/jquery.terminal') jquery.terminal 2.17.4
a(href = 'https://github.com/jcubic/jquery.terminal') jquery.terminal 2.17.6
li
a(href = 'https://github.com/Khan/KaTeX') KaTeX 0.11.1
li
Expand Down

0 comments on commit c2fe960

Please sign in to comment.