Skip to content

Commit

Permalink
Merge pull request #13 from tanner0101/tanner0101-patch-1
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
tanner0101 authored Dec 14, 2019
2 parents 6408d07 + 33fa6d8 commit 4ad6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
products: [
.library(name: "Mustache", targets: ["Mustache"]),
],
dependencies: [],
dependencies: [ ],
targets: [
.target(name: "CMustache"),
.target(name: "Mustache", dependencies: ["CMustache"]),
Expand Down

0 comments on commit 4ad6668

Please sign in to comment.