forked from octokit/octokit.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main issue preventing browserify usage was computed paths in require statements: `require("./" + someVariable)`. Those have all been eliminated. This patch only adds browser support for `v3.0.0` (see the throwing code in `/index.js` where it states exactly that to understand why). Hint: it's related to computed paths again. There were also a number of issues in `browserify-http`, and `browserify-https` that I needed to code around to get things working: - https://github.com/substack/https-browserify/pull/1 - browserify/http-browserify#90 - browserify/http-browserify#21 - browserify/http-browserify#10
- Loading branch information
1 parent
1c9571c
commit 055c559
Showing
4 changed files
with
47 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters