final sweep, moved everything to _v4
This commit is contained in:
@ -2,7 +2,7 @@ module.exports = {
|
||||
<%
|
||||
|
||||
branches.forEach(function (branch, i, list) {
|
||||
var req = "require('./" + _.snakeCase(branch) + "')";
|
||||
var req = "require('./" + _v4.snakeCase(branch) + "')";
|
||||
if (branch === utils.branches._default) {
|
||||
print(" '_default': " + req + ',\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user