diff --git a/bin/cash.js b/bin/cash.js index 07a7d95..28b0c75 100644 --- a/bin/cash.js +++ b/bin/cash.js @@ -1,6 +1,5 @@ const got = require('got') const money = require('money') -const colors = require('colors') const chalk = require('chalk') const ora = require('ora') const currencies = require('../lib/currencies.json') diff --git a/package.json b/package.json index f41e5a0..42037e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cash-cli", - "version": "1.1.3", + "version": "1.1.4", "description": "Exchange Rates Online using your terminal!", "author": { "name": "Anthony Kepinski",