Export version number
This commit is contained in:
+4
-1
@@ -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;
|
||||
module.exports = yellowLabTools;
|
||||
module.exports.version = packageJson.version;
|
||||
Reference in New Issue
Block a user