Skip to content

Commit

Permalink
Fixed package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Mar 28, 2020
1 parent 4a1c061 commit 467c6da
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 @@ -2,7 +2,7 @@
import PackageDescription

let package = Package(
name: "Stripe",
name: "stripe",
platforms: [
.macOS(.v10_15)
],
Expand All @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-rc.1"),
.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "6.0.0"),
.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "6.1.0"),
],
targets: [
.target(name: "Stripe", dependencies: [
Expand Down

0 comments on commit 467c6da

Please sign in to comment.