Skip to content

Commit dd42df1

Browse files
committed
fix: also include "lib" folder for type definitions
fixes #73
1 parent 1a9ca64 commit dd42df1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"files": [
8-
"dist"
8+
"dist",
9+
"lib"
910
],
1011
"scripts": {
1112
"lint": "prettier --write \"{lib,test}/**/*.ts\"",

0 commit comments

Comments
 (0)