fix(core): update

This commit is contained in:
2023-08-26 15:11:19 +02:00
parent 93b27f8e6a
commit 83e904bb3c
6 changed files with 307 additions and 9 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.9',
version: '2.0.10',
description: 'watch typescript projects during development'
}

View File

@ -3,7 +3,7 @@ import * as path from 'path';
export { path };
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';
import * as tsbundle from '@git.zone/tsbundle';
export {
tsbundle
}