fix import with firefox

pull/1/head
yann300 6 years ago
parent de7a32ea8c
commit 394ba55c64
  1. 5
      src/app/compiler/compiler-imports.js

@ -12,10 +12,7 @@ module.exports = class CompilerImports {
return request.get(
{
url: 'https://api.github.com/repos/' + root + '/contents/' + path,
json: true,
headers: {
'User-Agent': 'Remix'
}
json: true
},
(err, r, data) => {
if (err) {

Loading…
Cancel
Save