change sebmck to new 6to5 org

This commit is contained in:
Sebastian McKenzie
2014-11-09 20:08:36 +11:00
parent 6df03c00a8
commit 8f435d59da
3 changed files with 16 additions and 16 deletions

View File

@@ -245,7 +245,7 @@ var loadTemplates = function () {
if (!fs.existsSync(templatesLoc)) {
throw new Error("no templates directory - this is most likely the " +
"result of a broken `npm publish`. Please report to " +
"https://githut.com/sebmck/6to5/issues");
"https://githut.com/6to5/6to5/issues");
}
_.each(fs.readdirSync(templatesLoc), function (name) {