Skip to content

Commit

Permalink
Upgraded Typedoc to latest (#630)
Browse files Browse the repository at this point in the history
* Upgraded Typedoc to latest

* Updated package lock
  • Loading branch information
hiranya911 authored Oct 3, 2019
1 parent 47c5056 commit cc2c704
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 109 deletions.
4 changes: 1 addition & 3 deletions docgen/generate-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,7 @@ Promise.all([
// Typedoc output.
console.log(output.stdout);
// Clean up temp home markdown file. (Nothing needs to wait for this.)
fs.unlink(tempHomePath);
// Devsite doesn't like css.map files.
return fs.unlink(`${docPath}/assets/css/main.css.map`);
return fs.unlink(tempHomePath);
})
// Write out TOC file. Do this after Typedoc step to prevent Typedoc
// erroring when it finds an unexpected file in the target dir.
Expand Down
186 changes: 81 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"sinon-chai": "^2.14.0",
"ts-node": "^3.3.0",
"tslint": "^5.17.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^3.1.0",
"yargs": "^13.2.2"
}
Expand Down

0 comments on commit cc2c704

Please sign in to comment.