add travis

This commit is contained in:
2016-03-12 09:36:30 +01:00
parent 48f44ee937
commit 8a2afe1a81
11 changed files with 82 additions and 20 deletions

View File

@@ -8,8 +8,8 @@ import SmartpathAbsolute = require("./smartpath.absolute");
* @type {{getPath: (function(any): undefined)}}
*/
let smartpath = {
absolute: SmartpathAbsolute
};
module.exports = smartpath;
export = smartpath;