Skip to content

Commit

Permalink
feat(docs): Update docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b committed Sep 25, 2017
1 parent fab22a5 commit e15b6a0
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 @@ -28,7 +28,7 @@
"html-coverage": "nyc report --reporter=html",
"send-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"docs": "yarn docs:html && opn build/docs/index.html",
"docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs",
"docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs",
"docs:json": "typedoc --mode file --json build/docs/typedoc.json src/index.ts",
"docs:publish": "yarn docs:html && gh-pages -d build/docs",
"changelog": "standard-version",
Expand Down

0 comments on commit e15b6a0

Please sign in to comment.