Skip to content

Commit

Permalink
Version v0.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Sun authored and Wei Sun committed Sep 6, 2021
1 parent a8e4f06 commit f687891
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
"revision": "200046c93f6d5d78a6d72bfd9c0b27a95e9c0a2b",
"version": "1.2.0"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
"state": {
"branch": null,
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa",
"version": "4.0.6"
}
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ let package = Package(
name: "DangerSwiftJira",
products: [
.library(name: "DangerSwiftJira", targets: ["DangerSwiftJira"]),
.library(name: "DangerDeps", type: .dynamic, targets: ["DangerDependencies"]), // dev
// .library(name: "DangerDeps", type: .dynamic, targets: ["DangerDependencies"]), // dev
],
dependencies: [
.package(name: "danger-swift", url: "https://github.com/danger/swift", from: "3.0.0"),
// Dev dependencies.
.package(url: "https://github.com/shibapm/Komondor", from: "1.0.0"), // dev
.package(url: "https://github.com/shibapm/Rocket", from: "1.2.0"), // dev
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.48.0"), // dev
.package(url: "https://github.com/realm/SwiftLint", from: "0.43.0"), // dev
// .package(url: "https://github.com/shibapm/Komondor", from: "1.0.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "1.2.0"), // dev
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.48.0"), // dev
// .package(url: "https://github.com/realm/SwiftLint", from: "0.43.0"), // dev
],
targets: [
.target(name: "DangerDependencies", dependencies: [.product(name: "Danger", package: "danger-swift")]), // dev
// .target(name: "DangerDependencies", dependencies: [.product(name: "Danger", package: "danger-swift")]), // dev
.target(name: "DangerSwiftJira", dependencies: [.product(name: "Danger", package: "danger-swift")]),
.testTarget(
name: "DangerSwiftJiraTests",
Expand Down

0 comments on commit f687891

Please sign in to comment.