From 325f036f9fa02c2b6ada6f5519db210410d80fb0 Mon Sep 17 00:00:00 2001 From: lucianopf Date: Thu, 3 Oct 2019 13:58:44 -0300 Subject: [PATCH] moment: update to version 0.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54004f1..23b47a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-boleto", - "version": "2.1.0", + "version": "2.1.1", "description": "Boleto generator in Node.js", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ "eslint-plugin-promise": "^3.3.0", "eslint-plugin-standard": "^2.0.1", "mocha": "^3.2.0", - "moment": "https://github.com/pagarme/moment/archive/0.0.2.tar.gz", + "moment": "https://github.com/pagarme/moment/archive/0.0.5.tar.gz", "ramda": "^0.23.0" }, "author": "Pedro Franceschi",