Skip to content

Commit

Permalink
Added temporary dependency on typedoc fork.
Browse files Browse the repository at this point in the history
Due to an issue[1] in typedoc's mixin support,
the documentation generation phase of the
release process fails.

This commit points the typedoc dependency to a
custom fork[2] that contains a fix. We can and
should back this change out later when
mainline is fixed.

[1] TypeStrong/typedoc#1207
[2] https://github.com/zslayton/typedoc/
  • Loading branch information
Zack Slayton committed Feb 14, 2020
1 parent 28b0a60 commit 5326f0d
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 @@ -76,7 +76,7 @@
"source-map-support": "^0.5.13",
"ts-node": "^8.4.1",
"tslint": "^5.20.1",
"typedoc": "^0.15.0",
"typedoc": "github:zslayton/typedoc#7f58d79b0a445434e487d6b61bb14933fbe0c329",
"typescript": "^3.6.2"
},
"dependencies": {
Expand Down

0 comments on commit 5326f0d

Please sign in to comment.