Skip to content

Commit 4f85ded

Browse files
authored
Define typings in package.json
Currently npmjs doesn't recognize/declares available typings.
1 parent ba5fd07 commit 4f85ded

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": "2.0.4",
44
"description": "Parse http headers, works with browserify/xhr",
55
"main": "parse-headers.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"test": "node test.js"
89
},

0 commit comments

Comments
 (0)