Fixed build and added distribution files to the repo

This commit is contained in:
Colin Eberhardt
2015-08-11 21:01:03 +01:00
parent 7f9b3afe33
commit 5653e4ef82
6 changed files with 1025 additions and 4 deletions

View File

@@ -985,3 +985,7 @@ var computeLayout = (function() {
extractNodes: extractNodes
};
})();
if (typeof exports === 'object') {
module.exports = computeLayout;
}