0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added missing dev dependency to event-aware-cache-wrapper package

- this is used in tests so it needs to be defined in the package.json
This commit is contained in:
Daniel Lockyer 2023-02-23 08:47:23 +01:00
parent 6b72b2f51f
commit fed2cb2675
No known key found for this signature in database

View file

@ -18,6 +18,7 @@
"lib"
],
"devDependencies": {
"@tryghost/adapter-cache-memory-ttl": "0.0.0",
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"