blob: a519266d7d73d4fa72a7117d6c29ee7b9890697e [file] [log] [blame]
/**
* Temporary - The lord of tmp.
*
* Author: Veselin Todorov <hi@vesln.com>
* Licensed under the MIT License.
*/
/**
* Dependencies.
*/
var package = require('package')(module);
/**
* Version.
*/
module.exports.version = package.version;
/**
* Exporting the temp file
*/
module.exports.File = require('./lib/file');
/**
* Exporting the temp directory.
*/
module.exports.Dir = require('./lib/dir');