1
0
mirror of synced 2026-03-28 16:30:50 +00:00

docs(typedoc): hide browser createHash function from TypeDoc, add description

This commit is contained in:
Jason Dreyzehner
2017-02-28 23:25:06 -05:00
parent b3084d12e5
commit 1111ba297e
2 changed files with 6 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
"cov": "yarn unit && yarn html-coverage && opn coverage/index.html",
"html-coverage": "nyc report --reporter=html",
"send-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"docs": "typedoc src/index.ts --excludePrivate --exclude src/adapters/*.ts --mode file --theme minimal --out build/docs && opn build/docs/index.html",
"docs": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html",
"docs:json": "typedoc --mode file --json build/docs/typedoc.json src/index.ts",
"release": "standard-version"
},