Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ const https = require('https'); | ||
const today = new Date(); | ||
const month = today.getMonth(); | ||
let month = today.getMonth(); | ||
let year = today.getFullYear(); | ||
@@ -20,2 +20,3 @@ | ||
year-- | ||
month = 12 | ||
} | ||
@@ -22,0 +23,0 @@ |
{ | ||
"name": "usdbrl-cli", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A CLI to fetch BRL to USD exchange rates", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
7828
148