From c0190aaeeb3d05fe376baea989e429f3aae38e42 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 29 Jul 2014 14:26:31 -0300 Subject: [PATCH] fix name in build --- util/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/build.js b/util/build.js index 003c1e43b..4447e1dd1 100755 --- a/util/build.js +++ b/util/build.js @@ -93,8 +93,8 @@ var createBundle = function(opts) { b.require('./config', { expose: '../config' }); - b.require('./js/models/core/Structure', { - expose: '../js/models/core/Structure' + b.require('./js/models/core/HDPath', { + expose: '../js/models/core/HDPath' }); if (opts.dontminify) {