Skip to content

Commit

Permalink
fix: correct included files path (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Jan 30, 2023
1 parent dd51e7a commit a5992be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
},
"files": [
"list"
"lib"
],
"main": "./lib",
"types": "./index.d.ts",
Expand Down

0 comments on commit a5992be

Please sign in to comment.