Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvol committed Jul 1, 2020
1 parent c3753c7 commit ff15872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ let package = Package(
products: [
.library(
name: "SpriteKitDSL",
targets: ["SpreiteKitDSL"]),
targets: ["SpriteKitDSL"]),
],
dependencies: [
],
targets: [
.target(
name: "SpriteKitDSL",
dependencies: [],
path: "DSL"),
path: "."),
// .testTarget(
// name: "SpriteKitDSLTests",
// dependencies: ["SpriteKitDSL"],
Expand Down

0 comments on commit ff15872

Please sign in to comment.