Skip to content

Commit

Permalink
Do not including package to avoid sub folders with package name and v…
Browse files Browse the repository at this point in the history
…ersion

Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
  • Loading branch information
onekiloparsec committed Nov 2, 2023
1 parent c093ba6 commit 936c037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"tdocs": "rimraf docs && typedoc --categorizeByGroup --entryPointStrategy expand --out docs src/index.ts",
"bdocs": "rimraf docs && jsdoc src -c jsdoc.json -t ./node_modules/better-docs -d docs --package package.json --readme README.md"
"bdocs": "rimraf docs && jsdoc src -c jsdoc.json -t ./node_modules/better-docs -d docs --readme README.md"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 936c037

Please sign in to comment.