Ghost/ghost/milestones/lib/milestones.js
Aileen Nowak a400353881 Renamed milestone-emails to milestones
no issue

- The way we're going to implement milestones diverged from the original idea of handling email sending within the milestone-emails package, as we'll be sending events instead and will utilise the StaffService to listen to them and send the emails
- This renames the package as well as the service in core itself and all relevant tests
2023-02-15 10:43:05 +02:00

3 lines
154 B
JavaScript

module.exports.InMemoryMilestoneRepository = require('./InMemoryMilestoneRepository');
module.exports.MilestonesService = require('./MilestonesService');