From ebeae2df518af168a8ebd9117540238f0df916a3 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 7 Sep 2013 14:31:04 -0500 Subject: npm: upgrade to 1.3.11 --- deps/npm/node_modules/npmconf/package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'deps/npm/node_modules/npmconf') diff --git a/deps/npm/node_modules/npmconf/package.json b/deps/npm/node_modules/npmconf/package.json index c0febec4a3..2f188df37d 100644 --- a/deps/npm/node_modules/npmconf/package.json +++ b/deps/npm/node_modules/npmconf/package.json @@ -1,6 +1,6 @@ { "name": "npmconf", - "version": "0.1.2", + "version": "0.1.3", "description": "The config thing npm uses", "main": "npmconf.js", "directories": { @@ -16,7 +16,9 @@ "semver": "2", "ini": "~1.1.0" }, - "devDependencies": {}, + "devDependencies": { + "tap": "~0.4.0" + }, "scripts": { "test": "tap test/*.js" }, @@ -42,6 +44,6 @@ "bugs": { "url": "https://github.com/isaacs/npmconf/issues" }, - "_id": "npmconf@0.1.2", + "_id": "npmconf@0.1.3", "_from": "npmconf@latest" } -- cgit v1.2.1