Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(plugin-metrics): fix missing return
  • Loading branch information
ianwremmel committed Sep 3, 2016
1 parent 311e060 commit ac07eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-metrics/browsers.js
Expand Up @@ -34,4 +34,6 @@ module.exports = function() {
// TODO add edge
}
};

return browsers;
}

0 comments on commit ac07eb9

Please sign in to comment.