Added README.md to JSDoc generation.

This commit is contained in:
Harrison Deng 2022-04-17 02:39:36 -05:00
parent bf3cef97be
commit 707954ecf3

View File

@ -9,7 +9,7 @@
"build": "webpack --config webpack.prod.js", "build": "webpack --config webpack.prod.js",
"watch": "webpack serve --config webpack.dev.js", "watch": "webpack serve --config webpack.dev.js",
"test": "mocha tests/** --reporter mocha-junit-reporter --reporter-options mochaFile=./junit/test_results.xml", "test": "mocha tests/** --reporter mocha-junit-reporter --reporter-options mochaFile=./junit/test_results.xml",
"docs": "jsdoc src -r -d docs -c jsdoc.config.json" "docs": "jsdoc src README.md -r -d docs -c jsdoc.config.json"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",