Remove shared.js
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
require('shelljs/global');
|
||||
|
||||
const exp = {
|
||||
}
|
||||
|
||||
Object.keys(exp).forEach(function (cmd) {
|
||||
global[cmd] = exp[cmd];
|
||||
});
|
||||
@@ -2,7 +2,6 @@
|
||||
const uhk = require('./uhk');
|
||||
const program = require('commander');
|
||||
require('shelljs/global');
|
||||
require('./shared')
|
||||
|
||||
const extension = '.hex';
|
||||
config.fatal = true;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
const uhk = require('./uhk');
|
||||
const program = require('commander');
|
||||
require('shelljs/global');
|
||||
require('./shared');
|
||||
|
||||
const extension = '.bin';
|
||||
config.fatal = true;
|
||||
|
||||
Reference in New Issue
Block a user