BREAKING CHANGE(deps): remove moment and use luxon
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
import * as moment from 'moment';
|
||||
// @pushrocks scope
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export { moment, smartpromise };
|
||||
export { smartpromise };
|
||||
|
||||
// third parties
|
||||
import * as luxon from 'luxon';
|
||||
|
||||
export { luxon };
|
||||
|
Reference in New Issue
Block a user