Skip to content

Commit 913ab2b

Browse files
authored
Make the converter available to use (#99)
1 parent 0b3de91 commit 913ab2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ let package = Package(
1111
.library(
1212
name: "HTMLKit",
1313
targets: ["HTMLKit"]
14+
),
15+
.plugin(
16+
name: "ConverterPlugin",
17+
targets: ["ConverterPlugin"]
1418
)
1519
],
1620
dependencies: [

0 commit comments

Comments
 (0)