Skip to content

Commit 78fecfd

Browse files
committed
Renamed JSDoc configuration
1 parent 64a6ecc commit 78fecfd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.github
2-
.jsdocrc
32
.nyc_output
43
.vscode
54
eslint.config.js
65
ISSUE_TEMPLATE.md
6+
jsdoc.json
77
package.*
88
doc
99
test
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.8.7",
55
"main": "src/Router.js",
66
"scripts": {
7-
"gendoc": "jsdoc -c .jsdocrc",
7+
"gendoc": "jsdoc -c jsdoc.json",
88
"lint": "eslint src test",
99
"test": "nyc mocha --require test/mocha.env.js 'test/**/*.js'",
1010
"coverage": "nyc report --reporter=text-lcov > lcov.info && ./coveralls report lcov.info"

0 commit comments

Comments
 (0)