mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Adding types entry in package.json (#2831)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"version": "0.21.3",
|
"version": "0.21.3",
|
||||||
"description": "Promise based HTTP client for the browser and node.js",
|
"description": "Promise based HTTP client for the browser and node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"types": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"start": "node ./sandbox/server.js",
|
"start": "node ./sandbox/server.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user