Skip to content

Commit 54b5fbb

Browse files
committed
fix(package.json): Missed "types" field was added
1 parent 66aeb03 commit 54b5fbb

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": "1.0.0",
44
"description": "A very light-weight and very simple static HTTP server based on node's built-in http module",
55
"main": "dist/main.umd.js",
6+
"types": "dist/types/main.d.ts",
67
"scripts": {
78
"test:e2e": "mocha",
89
"pretest:e2e:coverage": "rimraf coverage",

0 commit comments

Comments
 (0)