Skip to content

Commit

Permalink
Fix declared name of package
Browse files Browse the repository at this point in the history
This makes it match the GitHub name, which allows SwiftPM to identify it
properly when listing it as a target dependency.
  • Loading branch information
lilyball committed Nov 25, 2020
1 parent 81b8a71 commit 650f782
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 @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "Deque",
name: "swift-deque",
products: [
.library(
name: "Deque",
Expand Down

0 comments on commit 650f782

Please sign in to comment.