mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
v1.11.1
This commit is contained in:
parent
53e463aa4b
commit
ef1a155bc7
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/portal",
|
"name": "@tryghost/portal",
|
||||||
"version": "1.11.0",
|
"version": "1.11.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -68,7 +68,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"coverageReporters": ["text-summary", "html"]
|
"coverageReporters": [
|
||||||
|
"text-summary",
|
||||||
|
"html"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chalk": "4.1.1",
|
"chalk": "4.1.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue