diff --git a/.gitignore b/.gitignore index 0266286..c0c2b47 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ dist/ .vscode # JSDoc output folder -out/ \ No newline at end of file +docs/api \ No newline at end of file diff --git a/package.json b/package.json index 3ad1890..4d70862 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "build:examples": "webpack --config conf/webpack.example.config.js", "build:dist": "webpack --config conf/webpack.config.js", "build:debug": "webpack --config conf/webpack.debug.config.js", - "build:docs": "jsdoc -c ./conf/jsdoc/jsdoc.json -r src/**", + "build:docs": "jsdoc -c ./conf/jsdoc/jsdoc.json -r src/** -d ./docs/api", "build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js", "prepublishOnly": "npm run build", "lint": "standard --env=mocha",