diff --git a/moeda.js b/moeda.js index a8f7e03..8e64bb6 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,3 @@ export default { - moeda: 'BRL' + moedas: ['BRL', 'USD', 'EUR', 'JPY', 'GBP'] }