diff --git a/package.json b/package.json index b1fea09..826eecd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "webpack --config webpack.prod.js", "watch": "webpack serve --config webpack.dev.js", "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": "", "license": "ISC",