Skip to content

Commit a5992be

Browse files
author
childish-sambino
authored
fix: correct included files path (#905)
1 parent dd51e7a commit a5992be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
7070
},
7171
"files": [
72-
"list"
72+
"lib"
7373
],
7474
"main": "./lib",
7575
"types": "./index.d.ts",

0 commit comments

Comments
 (0)