Skip to content

Commit 2424025

Browse files
authored
chore: update jsdoc (#95)
1 parent a184999 commit 2424025

File tree

3 files changed

+124
-62
lines changed

3 files changed

+124
-62
lines changed

package-lock.json

Lines changed: 119 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean": "shx rm -rf ./dist ./test/dist",
3232
"postclean": "shx mkdir -p ./dist ./test/dist",
3333
"docs": "npm-run-all docs:*",
34-
"docs:api": "jsdoc src -g plugins/markdown -r -d docs/api",
34+
"docs:api": "jsdoc src -c scripts/jsdoc.config.json -r -d docs/api",
3535
"docs:toc": "doctoc README.md",
3636
"lint": "vjsstandard",
3737
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
@@ -78,7 +78,7 @@
7878
"doctoc": "^1.4.0",
7979
"husky": "^1.3.1",
8080
"in-publish": "^2.0.0",
81-
"jsdoc": "git+https://github.com/BrandonOCasey/jsdoc.git#feat/plugin-from-cli",
81+
"jsdoc": "^3.6.10",
8282
"karma": "^4.1.0",
8383
"lint-staged": "^8.2.1",
8484
"not-prerelease": "^1.0.1",

scripts/jsdoc.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["plugins/markdown"]
3+
}

0 commit comments

Comments
 (0)