0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00
This commit is contained in:
Rishabh 2021-10-05 11:01:20 +05:30
parent 53e463aa4b
commit ef1a155bc7

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/portal",
"version": "1.11.0",
"version": "1.11.1",
"license": "MIT",
"repository": {
"type": "git",
@ -68,7 +68,10 @@
]
},
"jest": {
"coverageReporters": ["text-summary", "html"]
"coverageReporters": [
"text-summary",
"html"
]
},
"devDependencies": {
"chalk": "4.1.1",