Change "pkg" to "package" (#50)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// swift-tools-version:4.2
|
// swift-tools-version:4.2
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let pkg = Package(
|
let package = Package(
|
||||||
name: "Path.swift",
|
name: "Path.swift",
|
||||||
products: [
|
products: [
|
||||||
.library(name: "Path", targets: ["Path"]),
|
.library(name: "Path", targets: ["Path"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user