8000 Adding types entry in package.json (#2831) · darth-coder-js/axios@c26762f · GitHub
[go: up one dir, main page]

Skip to content

Commit c26762f

Browse files
Adding types entry in package.json (axios#2831)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 69d3cc4 commit c26762f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.21.3",
44
"description": "Promise based HTTP client for the browser and node.js",
55
"main": "index.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"test": "grunt test",
89
"start": "node ./sandbox/server.js",

0 commit comments

Comments
 (0)
0