Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 4, 2019
1 parent 35ef15e commit b51f38a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/disqus.js

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

4 changes: 2 additions & 2 deletions dist/disqusjs.css

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

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/favicon/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/favicon/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16">
<link href="https://cdn.jsdelivr.net/npm/[email protected]" rel="shortcut icon" type="image/ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].5/dist/disqusjs.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].6/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/vconsole"></script>
<script>var vConsole = new VConsole();</script>
<style>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h2 style="margin: 16px auto; text-align: center; border-bottom: 2px dashed #2e9
</div>
<div id="disqus_thread"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/disqus.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/disqus.js"></script>
<script>
var dsqjs = new DisqusJS({
shortname: 'sukas-blog',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disqusjs",
"version": "1.2.5",
"version": "1.2.6",
"description": "Alternative DISQUS - Render comments components from Disqus API",
"main": "dist/disqus.js",
"scripts": {
Expand Down

0 comments on commit b51f38a

Please sign in to comment.