Skip to content

Commit

Permalink
resovle merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweiler committed Nov 23, 2016
2 parents a4ee410 + 6aada53 commit a776546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class ModuleProcessor {
[name] : name.split(tildaSep).splice(1);
const n = pkgs.pop();
const match = n.match(n.startsWith("@") ? atModRegex : modRegex);

if (match) {
return {
name: match[1],
Expand Down
2 changes: 1 addition & 1 deletion packages/electrode-webpack-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-webpack-reporter",
"version": "0.1.3",
"version": "0.1.5",
"description": "A HTML based reporter for webpack dev server",
"main": "lib/webpack-reporter.js",
"scripts": {
Expand Down

0 comments on commit a776546

Please sign in to comment.