0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Installed @nexes/mongo-utils

refs https://github.com/TryGhost/Team/issues/1131

This will allow us to map filters from our domain to the persistence
layer.
This commit is contained in:
Fabien O'Carroll 2021-10-12 17:56:54 +02:00
parent 1e4b5c792a
commit cf8fcc6f35

View file

@ -26,6 +26,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@nexes/mongo-utils": "^0.3.1",
"@tryghost/string": "^0.1.20"
}
}