Remove shared.js

This commit is contained in:
László Monda
2018-01-30 21:39:05 +01:00
parent 0d9c976eb8
commit bb7edb8e4d
3 changed files with 0 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
require('shelljs/global');
const exp = {
}
Object.keys(exp).forEach(function (cmd) {
global[cmd] = exp[cmd];
});

View File

@@ -2,7 +2,6 @@
const uhk = require('./uhk');
const program = require('commander');
require('shelljs/global');
require('./shared')
const extension = '.hex';
config.fatal = true;

View File

@@ -2,7 +2,6 @@
const uhk = require('./uhk');
const program = require('commander');
require('shelljs/global');
require('./shared');
const extension = '.bin';
config.fatal = true;