fix(build): modernize project tooling and package metadata
This commit is contained in:
+2
-11
@@ -17,26 +17,17 @@ export {
|
||||
EventEmitter,
|
||||
net,
|
||||
http,
|
||||
https
|
||||
https,
|
||||
};
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartstream from '@push.rocks/smartstream';
|
||||
|
||||
export {
|
||||
smartpath,
|
||||
smartfile,
|
||||
smartstream,
|
||||
};
|
||||
|
||||
// Third party scope
|
||||
import axios from 'axios';
|
||||
|
||||
export {
|
||||
axios
|
||||
};
|
||||
|
||||
// Common utilities
|
||||
export const execAsync = promisify(exec);
|
||||
export const execAsync = promisify(exec);
|
||||
|
||||
Reference in New Issue
Block a user