Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 21, 2018
1 parent d05530a commit 06516f5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
src/index.html

docs/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@

```html
<!-- Unpkg -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/disqusjs.css">
<script src="https://unpkg.com/[email protected].0/dist/disqus.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/disqusjs.css">
<script src="https://unpkg.com/[email protected].1/dist/disqus.js"></script>

<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/disqus.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/disqus.js"></script>
```

#### 从 NPM 安装
Expand Down
4 changes: 2 additions & 2 deletions dist/disqus.js

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

2 changes: 1 addition & 1 deletion dist/disqusjs.css

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

Loading

0 comments on commit 06516f5

Please sign in to comment.