Skip to content

Commit a584269

Browse files
feat: reduce NPM package size by adding files field to package.json (#111)
1 parent caa18a9 commit a584269

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
},
4848
"c8": {
4949
"reporter": "lcov"
50-
}
50+
},
51+
"files": [
52+
"lib/",
53+
"index.d.ts"
54+
]
5155
}

0 commit comments

Comments
 (0)