From 3f838d4a3e2a7604dab1f970404e82d8bbf410e0 Mon Sep 17 00:00:00 2001 From: Dale Black Date: Mon, 9 Oct 2023 09:27:57 -0700 Subject: [PATCH] Rename to HTMLStrings --- Project.toml | 2 +- src/{HTML.jl => HTMLStrings.jl} | 2 +- test/runtests.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/{HTML.jl => HTMLStrings.jl} (75%) diff --git a/Project.toml b/Project.toml index 8abad9d..8b25e09 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -name = "HTML" +name = "HTMLStrings" uuid = "c47fe496-5789-4377-b1db-55e89f2ee0c6" authors = ["Dale Black and contributors"] version = "0.1.0" diff --git a/src/HTML.jl b/src/HTMLStrings.jl similarity index 75% rename from src/HTML.jl rename to src/HTMLStrings.jl index 38ada22..a7dbba6 100644 --- a/src/HTML.jl +++ b/src/HTMLStrings.jl @@ -1,4 +1,4 @@ -module HTML +module HTMLStrings include("./elements.jl") include("./pluto_utils.jl") diff --git a/test/runtests.jl b/test/runtests.jl index 880a756..0e04180 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ -using HTML +using HTMLStrings using Test @testset "HTML Elements" begin