mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Merge pull request #5 from nickb1080/browserify-fix
Fixing bundling with browserify
This commit is contained in:
@@ -43,5 +43,8 @@
|
|||||||
"grunt-update-json": "^0.1.3",
|
"grunt-update-json": "^0.1.3",
|
||||||
"grunt-contrib-nodeunit": "^0.4.1",
|
"grunt-contrib-nodeunit": "^0.4.1",
|
||||||
"grunt-banner": "^0.2.3"
|
"grunt-banner": "^0.2.3"
|
||||||
|
},
|
||||||
|
"browser": {
|
||||||
|
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user