mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Moved c8 to devDependencies
no issue - `c8` is only used to check coverage in testing and we don't directly use it from within `tpl`, so this can be moved to `devDependencies`
This commit is contained in:
parent
f248f0d347
commit
e14beeb7d2
1 changed files with 1 additions and 1 deletions
|
@ -19,12 +19,12 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"c8": "^7.7.2",
|
||||
"mocha": "9.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "11.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"c8": "^7.7.2",
|
||||
"lodash.template": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue