Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Oct 15, 2015
1 parent 4c23acf commit c434cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions reqwest.js
Expand Up @@ -19,9 +19,7 @@
} else {
var XHR2
try {
// prevent browserify including xhr2
var xhr2 = 'xhr2'
XHR2 = require(xhr2)
XHR2 = require('xhr2')
} catch (ex) {
throw new Error('Peer dependency `xhr2` required! Please npm install xhr2')
}
Expand Down
2 changes: 1 addition & 1 deletion reqwest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c434cf6

Please sign in to comment.