fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-25 22:21:55 +00:00
parent 702365aba3
commit 5ebd9ce6de
2 changed files with 1 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest ./test/)", "test": "(tstest ./test/)",
"build": "(tsbuild && tsbundle npm)" "build": "(tsbuild && tsbundle npm --production)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.11", "@gitzone/tsbuild": "^2.1.11",

View File

@ -1,10 +1,6 @@
import * as plugins from './smarttime.plugins';
export * from './smarttime.classes.cronmanager'; export * from './smarttime.classes.cronmanager';
export * from './smarttime.classes.extendeddate'; export * from './smarttime.classes.extendeddate';
export * from './smarttime.classes.hrtmeasurement'; export * from './smarttime.classes.hrtmeasurement';
export * from './smarttime.classes.timer'; export * from './smarttime.classes.timer';
export * from './smarttime.classes.timestamp'; export * from './smarttime.classes.timestamp';
export * from './smarttime.units'; export * from './smarttime.units';
export { luxon } from './smarttime.plugins';