Removed patch from comments-ui version

- we only need to provide the patch if we want to force Ghost to use a
  specific version
- otherwise, we can just use major.minor because we use the tilde
  versioning method
- having the patch version here just encourages you to bump it
  unnecessarily, so removing it cleans up the usage for now
This commit is contained in:
Daniel Lockyer 2022-10-07 16:22:16 +07:00
parent a0ec94fbfe
commit 9fc830e662
No known key found for this signature in database

View File

@ -168,7 +168,7 @@
"comments": {
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
"styles": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/main.css",
"version": "0.10.2"
"version": "0.10"
},
"editor": {
"url": "https://unpkg.com/@tryghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js",