fix(core): update
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
};
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartdns from '@pushrocks/smartdns';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartmustache from '@pushrocks/smartmustache';
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
|
||||
export { smartdns, smartfile, smartmustache };
|
||||
export { smartdns, smartfile, smartmustache, smartrequest };
|
||||
|
||||
Reference in New Issue
Block a user