Skip to content

Commit

Permalink
cleanup depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Sep 5, 2017
1 parent e7cff83 commit c734c28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/plugins/login/login.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
'use strict';

const BbPromise = require('bluebird');
const crypto = require('crypto');
const readline = require('readline');
const fetch = require('node-fetch');
// TODO remove readline from the packages
// const readline = require('readline');
const jwtDecode = require('jwt-decode');
const chalk = require('chalk');
const gql = require('graphql-tag');
Expand Down

0 comments on commit c734c28

Please sign in to comment.