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 1e2abbf commit 7053fbfCopy full SHA for 7053fbf
package.json
@@ -54,7 +54,7 @@
54
"webpack-dev-server": "^3.11.0"
55
},
56
"scripts": {
57
- "test005":"jsdoc2md --help",
+ "test005": "jsdoc2md --help",
58
"mkdocs:multi": "node ./docs/createDocs.js",
59
"mkdocs:src": "docco lib/*.js -l plain -x md -o docs/api",
60
"mkdocs:api": "jsdoc2md --configure docs/doc_config.json --partial docs/partial/scope.hbs docs/partial/member-index.hbs docs/partial/header.hbs --helper docs/helper/format.js --files lib/woql.js lib/woqlClient.js lib/typedef.js > docs/api/api.js.md",
0 commit comments