2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Merge branch 'master' of github.com:mzabriskie/axios

This commit is contained in:
mzabriskie
2015-04-07 20:54:05 -06:00
+3
View File
@@ -52,5 +52,8 @@
}, },
"browser": { "browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js" "./lib/adapters/http.js": "./lib/adapters/xhr.js"
},
"typescript": {
"definition": "./axios.d.ts"
} }
} }