fix(core): update

This commit is contained in:
2023-06-25 00:29:02 +02:00
parent 7ab6922eed
commit 185b7a38d5
4 changed files with 17 additions and 9 deletions

View File

@@ -1,8 +1,15 @@
import handlebars from 'handlebars';
import lodashUniq from 'lodash.uniq';
import * as smartpath from '@pushrocks/smartpath';
// node native
import * as path from 'path';
export { path };
import * as smartpath from '@pushrocks/smartpath';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
export { handlebars, lodashUniq, path, smartfile, smartpromise };
export { smartpath, smartfile, smartpromise };
// third party
import handlebars from 'handlebars';
export { handlebars };