Skip to content

Commit

Permalink
fix: typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Jan 3, 2021
1 parent caaae6a commit b3c0ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coverage": "nyc --reporter lcov --reporter text node test",
"postcoverage": "dotenv codecov",
"eslint": "eslint 'src/**/*.[tj]s' 'test/**/*.[tj]s'",
"docs": "typedoc --plugin typedoc-plugin-markdown src/index.ts",
"docs": "typedoc --plugin typedoc-plugin-markdown",
"toc": "doctoc README.md --title '**Table of Contents**'"
},
"repository": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"semantic-release": "^17.3.0",
"stylelint": "^13.8.0",
"stylelint-test-rule-tape": "^0.2.0",
"typedoc": "^0.20.9",
"typedoc": "^0.20.10",
"typedoc-plugin-markdown": "^3.2.1",
"typescript": "^4.1.2"
},
Expand Down
4 changes: 3 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"entryPoints": ["src/index.ts", "src/defaults.ts", "src/lib/validation.ts"],
"readme": "none",
"out": "docs"
"out": "docs",
"includeVersion": true
}

0 comments on commit b3c0ae5

Please sign in to comment.