2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Converting TypeScript definitions to ES2015 module syntax

This commit is contained in:
Nick Uraltsev
2016-08-09 23:17:11 -07:00
parent 8332392bfd
commit 5176dfdec5
4 changed files with 70 additions and 69 deletions
+1 -3
View File
@@ -69,9 +69,7 @@
"browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
},
"typescript": {
"definition": "./axios.d.ts"
},
"typings": "./axios.d.ts",
"dependencies": {
"follow-redirects": "0.0.7"
}