Skip to content

Commit

Permalink
Don't colonConverter.convert(name) again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Apr 3, 2016
1 parent ccbbb00 commit d7f87b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/isobuild/bundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,7 @@ export class NodeModulesDirectory {
}

if (kind === "bundle") {
relParts.unshift(
"node_modules",
"meteor",
colonConverter.convert(name)
);
relParts.unshift("node_modules", "meteor", name);
}

relPath = files.pathJoin(...relParts);
Expand Down

0 comments on commit d7f87b0

Please sign in to comment.