Added missing dependencies for link tracking

This commit is contained in:
Rishabh 2022-10-20 19:48:50 +05:30
parent b4d16a7d3e
commit ec126f0980

View File

@ -25,6 +25,10 @@
},
"dependencies": {
"@tryghost/link-redirects": "0.0.0",
"bson-objectid": "2.0.3"
"bson-objectid": "2.0.3",
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.18",
"@tryghost/nql": "0.9.2",
"lodash": "4.17.21"
}
}