Skip to content

Commit

Permalink
Merge pull request #2 from twof/fixPre-commit-hook
Browse files Browse the repository at this point in the history
fixed pre commit hook
  • Loading branch information
twof committed Oct 24, 2020
2 parents 4ddc7ac + a62a2ca commit f55bd96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/twof/Downstream
rev: 0.0.2
rev: 0.0.3
hooks:
- id: downstream
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "Downstream",
name: "downstream",
dependencies: [
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0"),
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0")
Expand All @@ -13,10 +13,10 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Downstream",
name: "downstream",
dependencies: ["Yams", "Files"]),
.testTarget(
name: "DownstreamTests",
dependencies: ["Downstream"]),
dependencies: ["downstream"]),
]
)
Empty file removed testfile.yaml
Empty file.

0 comments on commit f55bd96

Please sign in to comment.