Added missing dependency definition

- `@tryghost/collections` is used within
  `@tryghost/model-to-domain-event-interceptor` but there wasn't a
  dependency on this package, so the build script wouldn't always build
  the dependency first
This commit is contained in:
Daniel Lockyer 2023-07-25 15:44:32 +02:00 committed by Daniel Lockyer
parent cbdd2f0273
commit bf53f8ba6f

View File

@ -25,7 +25,9 @@
"mocha": "10.2.0",
"sinon": "15.2.0"
},
"dependencies": {},
"dependencies": {
"@tryghost/collections": "0.0.0"
},
"c8": {
"exclude": [
"src/**/*.d.ts"