@tryghost/comments-ui 1.0.5 → 1.0.7
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 +1 -1
- package/package.json +2 -2
- package/umd/comments-ui.min.js +22 -22
- package/umd/comments-ui.min.js.map +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -30,4 +30,4 @@ A patch release can be rolled out instantly in production, whereas a minor/major
|
|
|
30
30
|
|
|
31
31
|
# Copyright & License
|
|
32
32
|
|
|
33
|
-
Copyright (c) 2013-
|
|
33
|
+
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/comments-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "git@github.com:TryGhost/comments-ui.git",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"test:e2e:full": "ALL_BROWSERS=1 yarn test:e2e",
|
|
28
28
|
"lint": "eslint src --ext .js,.ts,.jsx,.tsx --cache",
|
|
29
29
|
"preship": "yarn lint",
|
|
30
|
-
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
|
|
30
|
+
"ship": "STATUS=$(git status --porcelain .); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; else echo \"Uncommitted changes found.\" && exit 1; fi",
|
|
31
31
|
"postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
|
|
32
32
|
"prepublishOnly": "yarn build"
|
|
33
33
|
},
|