diff --git a/lib/index.js b/lib/index.js index 9064046..bbb5544 100644 --- a/lib/index.js +++ b/lib/index.js @@ -2,6 +2,8 @@ var Q = require('q'); var Runner = require('./runner'); +var packageJson = require('../package.json'); + var yellowLabTools = function(url, options) { 'use strict'; @@ -39,4 +41,5 @@ var yellowLabTools = function(url, options) { return deferred.promise; }; -module.exports = yellowLabTools; \ No newline at end of file +module.exports = yellowLabTools; +module.exports.version = packageJson.version; \ No newline at end of file