[dist] Update to pkginfo 0.2.0
This commit is contained in:
parent
be7688782a
commit
f611066b60
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue