From 84474b19872e4820c63bd9c95d2f0daf64758ce5 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 9 Jun 2014 16:47:43 -0700 Subject: [PATCH] package: update "resolve" to v0.7.1 Fixes some bugs, including using relative paths when setting the `paths` array option. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de220bd..6b4b72f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Roman Shtylman ", "license": "MIT", "dependencies": { - "resolve": "0.6.3" + "resolve": "0.7.1" }, "devDependencies": { "mocha": "1.14.0"