[dist] Update to pkginfo 0.2.0

This commit is contained in:
indexzero 2011-06-07 23:45:01 -04:00
parent be7688782a
commit f611066b60
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ nconf.use('memory');
// //
// Expose the version from the package.json using `pkginfo`. // Expose the version from the package.json using `pkginfo`.
// //
require('pkginfo')('version'); require('pkginfo')(module, 'version');
// //
// ### function path (key) // ### function path (key)

View file

@ -10,7 +10,7 @@
"keywords": ["configuration", "key value store", "redis"], "keywords": ["configuration", "key value store", "redis"],
"dependencies": { "dependencies": {
"async": "0.1.x", "async": "0.1.x",
"pkginfo": "0.1.x", "pkginfo": "0.2.x",
"redis": "0.6.x" "redis": "0.6.x"
}, },
"main": "./lib/nconf", "main": "./lib/nconf",