BREAKING CHANGE(deps): remove moment and use luxon

This commit is contained in:
2018-10-17 01:42:36 +02:00
parent 539bbc1568
commit ed1f79caa4
10 changed files with 555 additions and 263 deletions

View File

@ -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 };