update to lerna

This commit is contained in:
Sebastian McKenzie
2015-12-04 23:23:50 +11:00
parent d6117a9e27
commit f60261eafb
5 changed files with 5 additions and 354 deletions

View File

@@ -1,3 +1,5 @@
require("shelljs/global");
function relative(loc) {
return __dirname + "/../" + loc;
}