Skip to content

Commit

Permalink
v0.9.4 - outputting valid JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Mar 8, 2021
1 parent 75c7b6c commit 743e701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Stipple"
uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998"
authors = ["Adrian <[email protected]>"]
version = "0.9.5"
version = "0.9.4"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
2 changes: 1 addition & 1 deletion src/Elements.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function vue_integration(model::M; vue_app_name::String, endpoint::String, chann
}
"""

output = replace(repr(output), r"\\'"=>"'")
output = replace(replace(repr(output), r"\\'"=>"'"), "'" => '"')

output[2:prevind(output, lastindex(output))]
end
Expand Down

2 comments on commit 743e701

@essenciary
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.9.4 already exists

Please sign in to comment.