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 0fd37de commit 6446998Copy full SHA for 6446998
package.json
@@ -62,7 +62,7 @@
62
"copyTypes": "cpx src/types/* Publish",
63
"zip": "bestzip Publish/release.zip Publish/WebApiClient.js Publish/WebApiClient.min.js Publish/WebApiClient.d.ts",
64
"build": "npm run test && npm run uglify && npm run copyTypes && npm run zip",
65
- "doc": "jsdoc -c ./conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js -d ./docs",
+ "doc": "jsdoc -c ./conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js -d ./docs"
66
},
67
"dependencies": {
68
"minimist": "^1.2.0"
0 commit comments