2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Merge pull request #5 from nickb1080/browserify-fix

Fixing bundling with browserify
This commit is contained in:
Matt Zabriskie
2014-09-14 21:10:53 -06:00
+3
View File
@@ -43,5 +43,8 @@
"grunt-update-json": "^0.1.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-banner": "^0.2.3"
},
"browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
}
}