remove ramda dependency

This commit is contained in:
Josh Harvey 2018-03-11 19:37:27 +00:00
parent 28d84cbbcf
commit 982c60c7f5
3 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,6 @@
// Pull latest from: http://www.currency-iso.org/en/home/tables/table-a1.html
// Convert to JSON at: http://www.csvjson.com/csv2json
const R = require('ramda')
const currencies = require('../currencies.json')
function goodCurrency (currency) {