ember-cli-build-notifications
ember-cli-build-notifications copied to clipboard
Peer dependencies
Hey.
Is there any particular reason we're forcing a peer dependency of at least ember-source 3.28? Why do we need this at all for this add-on?
https://github.com/pdud/ember-cli-build-notifications/blob/main/package.json#L76
Also please can we get v5 support?
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
},