Remove unused dependencies imports from various files

This commit is contained in:
Juan Cruz Viotti 2015-08-13 13:04:22 -04:00
parent 09fe4b11ad
commit 50cb04b6f7
6 changed files with 3 additions and 16 deletions

View File

@ -1,12 +1,10 @@
(function() {
var _, async, capitano, commandOptions, deviceConfig, form, htmlToText, image, inject, manager, os, path, pine, registerDevice, resin, vcs, visuals;
var _, async, capitano, commandOptions, deviceConfig, form, htmlToText, image, inject, manager, pine, registerDevice, resin, vcs, visuals;
capitano = require('capitano');
_ = require('lodash');
path = require('path');
async = require('async');
resin = require('resin-sdk');
@ -31,8 +29,6 @@
htmlToText = require('html-to-text');
os = require('os');
commandOptions = require('./command-options');
exports.list = {

View File

@ -1,5 +1,5 @@
(function() {
var SSH_KEY_WIDTH, _, async, capitano, commandOptions, form, fs, resin, visuals;
var _, async, capitano, commandOptions, form, fs, resin, visuals;
_ = require('lodash');
@ -31,8 +31,6 @@
}
};
SSH_KEY_WIDTH = 43;
exports.info = {
signature: 'key <id>',
description: 'list a single ssh key',

View File

@ -1,10 +1,8 @@
(function() {
var _, async, resin;
var _, resin;
_ = require('lodash');
async = require('async');
resin = require('resin-sdk');
exports.set = {

View File

@ -1,6 +1,5 @@
capitano = require('capitano')
_ = require('lodash')
path = require('path')
async = require('async')
resin = require('resin-sdk')
visuals = require('resin-cli-visuals')
@ -13,7 +12,6 @@ pine = require('resin-pine')
deviceConfig = require('resin-device-config')
form = require('resin-cli-form')
htmlToText = require('html-to-text')
os = require('os')
commandOptions = require('./command-options')

View File

@ -24,8 +24,6 @@ exports.list =
console.log visuals.table.horizontal keys, [ 'id', 'title' ]
.nodeify(done)
SSH_KEY_WIDTH = 43
exports.info =
signature: 'key <id>'
description: 'list a single ssh key'

View File

@ -1,5 +1,4 @@
_ = require('lodash')
async = require('async')
resin = require('resin-sdk')
exports.set =