feat(smartgulp): modernize file glob handling and refresh package metadata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
import * as path from 'node:path';
|
||||
|
||||
export {
|
||||
path
|
||||
@@ -9,6 +9,6 @@ export {
|
||||
import * as smartevent from '@push.rocks/smartevent';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartstream from '@push.rocks/smartstream';
|
||||
import * as through2 from 'through2';
|
||||
import { minimatch } from 'minimatch';
|
||||
|
||||
export { smartevent, smartfile, smartstream, through2 };
|
||||
export { smartevent, smartfile, smartstream, minimatch };
|
||||
|
||||
Reference in New Issue
Block a user