Browse Source

fix package

Mario Hahn 5 years ago
parent
commit
0dd27cea16
1 changed files with 2 additions and 4 deletions
  1. 2 4
      Package.swift

+ 2 - 4
Package.swift

@@ -24,11 +24,9 @@ let package = Package(
         // Targets can depend on other targets in this package, and on products in packages which this package depends on.
         .target(
             name: "SwiftyStoreKit",
-            dependencies: [],
-            path: "SwiftyStoreKit"),
+            dependencies: []),
         .testTarget(
             name: "SwiftyStoreKitTests",
-            dependencies: ["SwiftyStoreKit"],
-            path: "SwiftyStoreKitTests"),
+            dependencies: ["SwiftyStoreKit"]),
     ]
 )