2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

add 'browser' field to package.json for browserify

This commit is contained in:
Nick Bottomley
2014-09-14 14:20:40 -07:00
parent 629c576f23
commit c265053225
2 changed files with 1287 additions and 0 deletions
+1284
View File
File diff suppressed because it is too large Load Diff
+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"
}
}