diff --git a/lib/passport-yahoo/index.js b/lib/passport-yahoo/index.js index 0674818..8a2d8c3 100644 --- a/lib/passport-yahoo/index.js +++ b/lib/passport-yahoo/index.js @@ -7,7 +7,7 @@ var Strategy = require('./strategy'); /** * Framework version. */ -exports.version = '0.1.0'; +require('pkginfo')(module, 'version'); /** * Expose constructors.