From 81f642dd3d31b2a904135909f3bd2f95f9530c77 Mon Sep 17 00:00:00 2001 From: Suresh Khatri Date: Thu, 12 Jan 2017 11:28:43 +1100 Subject: [PATCH] uptodate deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03eeb91..8911f59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-nexus-deployer", "description": "Deploy artifacts with classifiers to release/snapshot maven repository.", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://github.com/skhatri/grunt-nexus-deployer", "author": { "name": "Suresh Khatri", @@ -27,7 +27,7 @@ "test": "grunt test" }, "dependencies": { - "dateformat":"^1.0.12", + "dateformat":"^2.0.0", "async": "^2.1.2", "handlebars": "^4.0.6", "mkdirp": "^0.5.1"