From cf9889ea81fc88bf60ad6ae665dc8f324c00da9a Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Thu, 8 Dec 2011 11:27:48 +0530 Subject: [PATCH] [dist] Upgrade vows to 0.6.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2df7f14..d18f757 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "pkginfo": "0.2.x" }, "devDependencies": { - "vows": "0.5.x >=0.5.11" + "vows": "0.6.x" }, "main": "./lib/nconf", "scripts": { "test": "vows test/*-test.js test/**/*-test.js --spec" },