0
Fork 0
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:
Daniel Lockyer 2021-06-15 11:04:14 +01:00
parent f248f0d347
commit e14beeb7d2

View file

@ -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"
}
}