Skip to content

Commit

Permalink
Export SwiftFormat module for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel authored and nicklockwood committed Apr 17, 2018
1 parent e03531e commit 37f2c49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Expand Up @@ -5,6 +5,10 @@ let package = Package(
name: "SwiftFormat",
products: [
.executable(name: "swiftFormat", targets: ["CommandLineTool"]),
.library(
name: "SwiftFormat",
targets: ["SwiftFormat"]
),
],
targets: [
.target(name: "CommandLineTool", dependencies: ["SwiftFormat"], path: "CommandLineTool"),
Expand Down

0 comments on commit 37f2c49

Please sign in to comment.