Skip to content

Commit

Permalink
don't export toexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Nov 2, 2023
1 parent 946121c commit a7b19ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intertypes/json.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export tojsonschema, jsonwrite, jsonread, parse_intertype, toexpr, generate_jsonschema_module
export tojsonschema, jsonwrite, jsonread, generate_jsonschema_module

using OrderedCollections
using Base64
Expand Down

2 comments on commit a7b19ff

@olynch
Copy link
Member Author

@olynch olynch commented on a7b19ff Nov 2, 2023

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 updated: JuliaRegistries/General/94648

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.2.10 -m "<description of version>" a7b19ffab6dc69afe4e7625f1dfb5f181e4ed65b
git push origin v0.2.10

Please sign in to comment.