Skip to content

Commit d1ec79a

Browse files
committed
Fixing HFC break caused by typedoc npm update
The update in npm 3 days ago in typedoc causes it to require typescript 2.0.3 which is not compatible with HFC 0.6. Resolved by locking down typedoc to 0.4.5. Change-Id: If1e47c7a372854d47ea89b2ab0c4be28f407b15a Signed-off-by: Jim Zhang <[email protected]>
1 parent e91a429 commit d1ec79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/node/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sjcl-codec": "0.1.1",
3939
"sleep": "^3.0.1",
4040
"tar-fs": "^1.13.0",
41+
"typedoc": "0.4.5",
4142
"typescript": "1.8.10",
4243
"url": "^0.11.0",
4344
"util": "^0.10.3",

0 commit comments

Comments
 (0)