Skip to content

Commit 37e2daa

Browse files
committed
Update TypeDoc theme and specs
1 parent 54e0017 commit 37e2daa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">= 4.2.0"
3131
},
3232
"dependencies": {
33-
"@types/fs-extra": "^2.0.0",
33+
"@types/fs-extra": "^3.0.0",
3434
"@types/handlebars": "^4.0.31",
3535
"@types/highlight.js": "^9.1.8",
3636
"@types/lodash": "^4.14.37",
@@ -45,7 +45,7 @@
4545
"minimatch": "^3.0.0",
4646
"progress": "^2.0.0",
4747
"shelljs": "^0.7.0",
48-
"typedoc-default-themes": "^0.4.4",
48+
"typedoc-default-themes": "^0.5.0",
4949
"typescript": "2.3.2"
5050
},
5151
"devDependencies": {

src/test/renderer/specs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ <h1 id="typedoc">TypeDoc</h1>
7070
</blockquote>
7171
<p><a href="https://travis-ci.org/TypeStrong/typedoc"><img src="https://travis-ci.org/TypeStrong/typedoc.svg?branch=master" alt="Build Status"></a>
7272
<a href="http://badge.fury.io/js/typedoc"><img src="https://badge.fury.io/js/typedoc.svg" alt="NPM Version"></a>
73-
<a href="https://gitter.im/TypeStrong/typedoc?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://badges.gitter.im/TypeStrong/typedoc.svg" alt="Chat on Gitter"></a></p>
73+
<a href="https://gitter.im/TypeStrong/typedoc?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://badges.gitter.im/TypeStrong/typedoc.svg" alt="Chat on Gitter"></a>
74+
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/TypeStrong/typedoc.svg" alt="Greenkeeper Enabled"></a></p>
7475
<h2 id="installation">Installation</h2>
7576
<p>TypeDoc runs on Node.js and is available as an NPM package. You can install TypeDoc
7677
in your project&#39;s directory as usual:</p>

0 commit comments

Comments
 (0)