From 7548ac6b8182d9584c5e513159d96ead406633cb Mon Sep 17 00:00:00 2001 From: marushkevych Date: Mon, 16 Jun 2014 14:38:43 -0400 Subject: [PATCH] locking dependency version superagent to 0.17.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d7341fe..a20db64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cmiscopy", "description": "copy files and folders to and from CMS", - "version": "0.2.2", + "version": "0.2.4", "homepage": "https://github.com/marushkevych/grunt-cmiscopy", "author": { "name": "Andrey Marushkevych", @@ -46,6 +46,7 @@ ], "dependencies": { "async": "~0.2.10", + "superagent": "0.17.0", "cmis": "~0.1.2" } }