Skip to content

Commit

Permalink
[dist] Update to pkginfo 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jun 8, 2011
1 parent be76887 commit f611066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nconf.js
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit f611066

Please sign in to comment.