Skip to content

Commit

Permalink
remove executable product
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Nov 17, 2020
1 parent d49cd15 commit 8a9d337
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ let package = Package(
name: "Chalk",
products: [
.library(name: "Chalk", targets: ["Chalk"]),
.executable(name: "chalk-app", targets: ["chalk-app"]),
],
dependencies: [
.package(url: "https://github.com/luoxiu/Rainbow", from: "0.1.0"),
Expand Down

0 comments on commit 8a9d337

Please sign in to comment.