Skip to content

Commit 101be8e

Browse files
authored
fix(sirv): correct "types" field value (#169)
* fix(sirv): correct types field value * chore: remove new line added by github * chore: dang github
1 parent 3bd2ff6 commit 101be8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sirv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The optimized & lightweight middleware for serving requests to static assets",
55
"repository": "lukeed/sirv",
66
"module": "build.mjs",
7-
"types": "sirv.d.ts",
7+
"types": "index.d.ts",
88
"main": "build.js",
99
"license": "MIT",
1010
"files": [

0 commit comments

Comments
 (0)