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:
parent
cbdd2f0273
commit
bf53f8ba6f
@ -25,7 +25,9 @@
|
||||
"mocha": "10.2.0",
|
||||
"sinon": "15.2.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@tryghost/collections": "0.0.0"
|
||||
},
|
||||
"c8": {
|
||||
"exclude": [
|
||||
"src/**/*.d.ts"
|
||||
|
Loading…
Reference in New Issue
Block a user