Skip to content

Commit b5e43a8

Browse files
committed
package.json: Point axios to fork that exposes the XHR object
1 parent 6096a7c commit b5e43a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A higher-level wrapper around the Github API.",
55
"main": "src/github.js",
66
"dependencies": {
7-
"axios": "^0.9.0",
7+
"axios": "https://github.com/github-tools/axios.git",
88
"base-64": "^0.1.0",
99
"es6-promise": "^3.0.2",
1010
"utf8": "^2.1.1"

0 commit comments

Comments
 (0)