Skip to content

Commit b8dc86a

Browse files
neakorrudro
authored andcommitted
Publish CommandFramework (#5)
1 parent 24f424b commit b8dc86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ let package = Package(
55
name: "Swift-Common",
66
products: [
77
.library(name: "SourceParsingFramework", targets: ["SourceParsingFramework"]),
8+
.library(name: "CommandFramework", targets: ["CommandFramework"]),
89
],
910
dependencies: [
1011
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.20.0"),

0 commit comments

Comments
 (0)