Skip to content

Commit

Permalink
Save a stat
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 9, 2016
1 parent dc86779 commit 6d2cd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

if ((process || {}).type === 'renderer') {
module.exports = require('./browser');
module.exports = require('./browser.js');
} else {
module.exports = require('./node');
module.exports = require('./node.js');
}

0 comments on commit 6d2cd13

Please sign in to comment.