Skip to content

Commit

Permalink
Export module version using pkginfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Mar 5, 2012
1 parent 2c0e5a4 commit 0e3a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passport-facebook/index.js
Expand Up @@ -7,7 +7,7 @@ var Strategy = require('./strategy');
/**
* Framework version.
*/
exports.version = '0.1.1';
require('pkginfo')(module, 'version');

/**
* Expose constructors.
Expand Down

0 comments on commit 0e3a04e

Please sign in to comment.