mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
a0ec94fbfe
commit
9fc830e662
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user