Skip to content

Commit cc2c704

Browse files
authored
Upgraded Typedoc to latest (#630)
* Upgraded Typedoc to latest * Updated package lock
1 parent 47c5056 commit cc2c704

File tree

3 files changed

+83
-109
lines changed

3 files changed

+83
-109
lines changed

docgen/generate-docs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,7 @@ Promise.all([
334334
// Typedoc output.
335335
console.log(output.stdout);
336336
// Clean up temp home markdown file. (Nothing needs to wait for this.)
337-
fs.unlink(tempHomePath);
338-
// Devsite doesn't like css.map files.
339-
return fs.unlink(`${docPath}/assets/css/main.css.map`);
337+
return fs.unlink(tempHomePath);
340338
})
341339
// Write out TOC file. Do this after Typedoc step to prevent Typedoc
342340
// erroring when it finds an unexpected file in the target dir.

package-lock.json

Lines changed: 81 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"sinon-chai": "^2.14.0",
110110
"ts-node": "^3.3.0",
111111
"tslint": "^5.17.0",
112-
"typedoc": "^0.14.2",
112+
"typedoc": "^0.15.0",
113113
"typescript": "^3.1.0",
114114
"yargs": "^13.2.2"
115115
}

0 commit comments

Comments
 (0)