@tryghost/comments-ui 1.3.0 → 1.3.2
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.
- package/LICENSE +1 -1
- package/README.md +5 -2
- package/package.json +1 -1
- package/umd/comments-ui.min.js +286 -286
- package/umd/comments-ui.min.js.map +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -10,7 +10,10 @@ Comments widget that is embedded at the bottom of posts in Ghost.
|
|
|
10
10
|
|
|
11
11
|
### Running via Ghost `yarn dev` in root folder
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Comments UI runs automatically when using Ghost's development command from the monorepo root:
|
|
14
|
+
```bash
|
|
15
|
+
yarn dev
|
|
16
|
+
```
|
|
14
17
|
|
|
15
18
|
## Release
|
|
16
19
|
|
|
@@ -33,4 +36,4 @@ If the CI doesn't clear JsDelivr cache to get the new version out instantly, you
|
|
|
33
36
|
|
|
34
37
|
# Copyright & License
|
|
35
38
|
|
|
36
|
-
Copyright (c) 2013-
|
|
39
|
+
Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
|