We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e512f commit 89bddbbCopy full SHA for 89bddbb
package.json
@@ -57,7 +57,7 @@
57
"publish-next": "npm publish --tag next",
58
"prepublishOnly": "npm run compile",
59
"versionBump": "bump --tag --push --all",
60
- "typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
+ "typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
61
},
62
"dependencies": {
63
"@nut-tree/libnut": "2.2.0",
0 commit comments