From 44ed716f7a082bcb4f7b3d92bac8c4a7b870ba45 Mon Sep 17 00:00:00 2001 From: Matt Carter Date: Fri, 23 Jan 2015 11:28:04 -0600 Subject: [PATCH] Updated to use latest Comb 0.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcd5c66..6936ea3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-link", "description": "Grunt task to handle the linking of local dependencies", - "version": "0.2.2", + "version": "0.2.3", "homepage": "https://github.com/doug-martin/grunt-link.git", "author": { "name": "Doug Martin", @@ -53,7 +53,7 @@ "link" ], "dependencies": { - "comb": "~0.2.1", + "comb": "~0.4.0", "rimraf": "~2.1.1", "npm": "^1.4.21" }