mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Shipped comments-ui@1.0.1
no issue - contains various improvements to design and behaviour
This commit is contained in:
parent
3dd33968f5
commit
fc49dfa10a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/comments-ui",
|
"name": "@tryghost/comments-ui",
|
||||||
"version": "0.24.1",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git@github.com:TryGhost/comments-ui.git",
|
"repository": "git@github.com:TryGhost/comments-ui.git",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
|
|
|
@ -213,7 +213,7 @@
|
||||||
},
|
},
|
||||||
"comments": {
|
"comments": {
|
||||||
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
|
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
|
||||||
"version": "0.24"
|
"version": "1.0"
|
||||||
},
|
},
|
||||||
"signupForm": {
|
"signupForm": {
|
||||||
"url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js",
|
"url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js",
|
||||||
|
|
Loading…
Reference in a new issue