remove ramda dependency
This commit is contained in:
parent
28d84cbbcf
commit
982c60c7f5
3 changed files with 5 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue