Skip to content

Commit

Permalink
Fix pointer .json Generator (Issue #139).
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Mar 11, 2021
1 parent 6cd6caa commit 402a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/OfficeInterop/OfficeInterop.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ let createPointerJson() =
[
"name" , Fable.SimpleJson.JString ""
"version" , Fable.SimpleJson.JString ""
"author" , Fable.SimpleJson.JString ""
"author" , Fable.SimpleJson.JArray []
"description" , Fable.SimpleJson.JString ""
"docslink" , Fable.SimpleJson.JString ""
"tags" , Fable.SimpleJson.JArray []
Expand Down

0 comments on commit 402a220

Please sign in to comment.