[dist] Update to pkginfo 0.2.0

master
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`.
//
require('pkginfo')('version');
require('pkginfo')(module, 'version');
//
// ### function path (key)

View File

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