@xpadev-net/niconicomments 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ Github: https://github.com/xpadev-net/niconicomments
7
7
 
8
8
  ## Installation
9
9
  ```html
10
- <script src="https://cdn.jsdelivr.net/npm/niconicomments@latest/src/main.min.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/@xpadev-net/niconicomments@latest/dist/bundle.min.js"></script>
11
11
  ```
12
12
  or
13
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpadev-net/niconicomments",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "files": [
23
23
  "dist/bundle.js"
24
24
  ],
25
- "homepage": "https://xpadev.net/",
25
+ "homepage": "https://xpadev.net/niconicomments/docs/",
26
26
  "license": "MIT",
27
27
  "devDependencies": {
28
28
  "babel-preset-es2015-rollup": "^3.0.0",