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 64a6ecc commit 78fecfdCopy full SHA for 78fecfd
.npmignore
@@ -1,9 +1,9 @@
1
.github
2
-.jsdocrc
3
.nyc_output
4
.vscode
5
eslint.config.js
6
ISSUE_TEMPLATE.md
+jsdoc.json
7
package.*
8
doc
9
test
.jsdocrc renamed to jsdoc.json
package.json
@@ -4,7 +4,7 @@
"version": "0.8.7",
"main": "src/Router.js",
"scripts": {
- "gendoc": "jsdoc -c .jsdocrc",
+ "gendoc": "jsdoc -c jsdoc.json",
"lint": "eslint src test",
"test": "nyc mocha --require test/mocha.env.js 'test/**/*.js'",
10
"coverage": "nyc report --reporter=text-lcov > lcov.info && ./coveralls report lcov.info"
0 commit comments