diff options
Diffstat (limited to 'deps/npm/node_modules/npmconf/package.json')
-rw-r--r-- | deps/npm/node_modules/npmconf/package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deps/npm/node_modules/npmconf/package.json b/deps/npm/node_modules/npmconf/package.json index 2f188df37d..740568e175 100644 --- a/deps/npm/node_modules/npmconf/package.json +++ b/deps/npm/node_modules/npmconf/package.json @@ -1,15 +1,15 @@ { "name": "npmconf", - "version": "0.1.3", + "version": "0.1.5", "description": "The config thing npm uses", "main": "npmconf.js", "directories": { "test": "test" }, "dependencies": { - "config-chain": "~1.1.1", + "config-chain": "~1.1.8", "inherits": "~2.0.0", - "once": "~1.1.1", + "once": "~1.3.0", "mkdirp": "~0.3.3", "osenv": "0.0.3", "nopt": "2", @@ -44,6 +44,7 @@ "bugs": { "url": "https://github.com/isaacs/npmconf/issues" }, - "_id": "npmconf@0.1.3", + "homepage": "https://github.com/isaacs/npmconf", + "_id": "npmconf@0.1.5", "_from": "npmconf@latest" } |