Skip to content

Commit

Permalink
docs: use minimal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Aug 25, 2018
1 parent ce6855a commit 9e4acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --require ts-node/register mocha \"src/*.test.ts\"",
"prettier": "prettier '**/{*.{js?(on),ts,yml},.*.js?(on),.*.yml}' --write --list-different",
"tslint": "tslint -t stylish -c tslint.json -p tsconfig.json './src/*.ts'",
"typedoc": "typedoc --out docs --readme none --excludeExternals --tsconfig tsconfig.typedoc.json --mode file"
"typedoc": "typedoc --out docs --readme none --excludeExternals --tsconfig tsconfig.typedoc.json --mode file --theme minimal"
},
"release": {
"analyzeCommits": {
Expand Down

0 comments on commit 9e4acac

Please sign in to comment.