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

Merge pull request #52 from ryiwamoto/add_typescript_definition_to_package_json

Adding typescript element to package.json for TSD linking
This commit is contained in:
Matt Zabriskie
2015-03-23 19:52:55 -06:00
+3
View File
@@ -52,5 +52,8 @@
},
"browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
},
"typescript": {
"definition": "./axios.d.ts"
}
}