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,8 +1,9 @@
import * as plugins from './smarttime.plugins';
export * from './smarttime.classes.date';
export * from './smarttime.classes.hrtmeasurement';
export * from './smarttime.classes.timer';
export * from './smarttime.classes.timestamp';
export * from './smarttime.units';
export { moment } from './smarttime.plugins';
export { luxon } from './smarttime.plugins';