2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Adding types entry in package.json (#2831)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
howel52
2021-09-05 18:35:24 +08:00
committed by GitHub
parent 69d3cc4f3e
commit c26762f898
+1
View File
@@ -3,6 +3,7 @@
"version": "0.21.3",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "grunt test",
"start": "node ./sandbox/server.js",