Skip to content

Commit

Permalink
remove explicit EzXML in Project.toml, rather rely on Genie.Renderer.…
Browse files Browse the repository at this point in the history
…Html.HTMLParser
  • Loading branch information
Helmut Hänsel committed Apr 24, 2023
1 parent f189312 commit cf1519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StippleUIParser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using StippleUI
using OrderedCollections

using Genie.Logging
using Genie.Renderer.Html.HTMLParser
using Genie.Renderer.Html.HTMLParser # EzXML

const AT_MASK = "__vue-on__"

Expand Down

3 comments on commit cf1519d

@hhaensel
Copy link
Member

Choose a reason for hiding this comment

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

header is wrong, it was already removed, so just added the comment

@hhaensel
Copy link
Member

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.

Registration pull request created: JuliaRegistries/General/82184

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.22.3 -m "<description of version>" cf1519d4c60c15d60cf1a8aa0b11bdd2d38e9d8c
git push origin v0.22.3

Please sign in to comment.