Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 24, 2016
1 parent 22197c9 commit bb8b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ GithubLocation.prototype = {
})
.then(function(hasMain) {
if (hasMain)
packageConfig.main = main;
packageConfig.main = main.replace(/\\/g, '/');
return packageConfig;
});
}
Expand Down

0 comments on commit bb8b801

Please sign in to comment.