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

Adding typescript element to package.json for TSD

This commit is contained in:
ryiwamoto
2015-03-24 01:55:35 +09:00
parent 5ab9c2f05e
commit 145ecca1fb
+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"
} }
} }