Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Fixed packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan121 committed Nov 16, 2020
1 parent f9ec6fe commit 168b9b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ let package = Package(
.target(
name: "ConfigCatVersion",
dependencies: [],
path: "Version"),
path: "Version",
exclude: [
"version.txt",
"LICENSE"
]),
]
)

0 comments on commit 168b9b3

Please sign in to comment.