Skip to content

Commit

Permalink
Fix olofd#94
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfisher authored Aug 15, 2019
1 parent adaa91d commit 69293ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/link/groupFilesByType.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const mime = require('mime');
mime.define({
'font/opentype': ['otf'],
'font/truetype': ['ttf'],
});
}, true);

/**
* Given an array of files, it groups it by it's type.
Expand Down

0 comments on commit 69293ef

Please sign in to comment.