Skip to content

Commit 3ea3d7b

Browse files
author
Matovsky
authored
Update Package.swift
1 parent 70959ce commit 3ea3d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.0
22

33
import PackageDescription
44

@@ -13,7 +13,7 @@ let package = Package(
1313
targets: [
1414
.target(
1515
name: "SwiftCharts",
16-
path: "SwiftCharts/Layers"
16+
path: "SwiftCharts"
1717
)
1818
]
1919
)

0 commit comments

Comments
 (0)