Skip to content

Commit

Permalink
chore: update jsdoc (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 19, 2022
1 parent a184999 commit 2424025
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 62 deletions.
179 changes: 119 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"clean": "shx rm -rf ./dist ./test/dist",
"postclean": "shx mkdir -p ./dist ./test/dist",
"docs": "npm-run-all docs:*",
"docs:api": "jsdoc src -g plugins/markdown -r -d docs/api",
"docs:api": "jsdoc src -c scripts/jsdoc.config.json -r -d docs/api",
"docs:toc": "doctoc README.md",
"lint": "vjsstandard",
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
Expand Down Expand Up @@ -78,7 +78,7 @@
"doctoc": "^1.4.0",
"husky": "^1.3.1",
"in-publish": "^2.0.0",
"jsdoc": "git+https://github.com/BrandonOCasey/jsdoc.git#feat/plugin-from-cli",
"jsdoc": "^3.6.10",
"karma": "^4.1.0",
"lint-staged": "^8.2.1",
"not-prerelease": "^1.0.1",
Expand Down
3 changes: 3 additions & 0 deletions scripts/jsdoc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["plugins/markdown"]
}

0 comments on commit 2424025

Please sign in to comment.