Skip to content

Commit

Permalink
explicit compats instead of ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Jun 25, 2022
1 parent ff2c316 commit be1f73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ExprTools = "0.1"
FranklinTemplates = "0.8.16"
HTTP = "0.8, 0.9, 1.0"
Literate = "2.9"
LiveServer = "0.4 - 0.9"
LiveServer = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
NodeJS = "0.6, 1"
OrderedCollections = "1"
TOML = "1.0"
Expand Down

2 comments on commit be1f73e

@tlienart
Copy link
Owner 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.

Registration pull request created: JuliaRegistries/General/63099

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

Please sign in to comment.