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

Renaming axios.d.ts to index.d.ts

This commit is contained in:
Denis
2016-11-10 01:21:56 -05:00
committed by Nick Uraltsev
parent 949d08df71
commit 63ee3573c2
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -71,7 +71,7 @@
"browser": { "browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js" "./lib/adapters/http.js": "./lib/adapters/xhr.js"
}, },
"typings": "./axios.d.ts", "typings": "./index.d.ts",
"dependencies": { "dependencies": {
"follow-redirects": "1.0.0" "follow-redirects": "1.0.0"
} }