Skip to content

Commit

Permalink
Package name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga committed Jun 5, 2020
1 parent ad8af6a commit db90e37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
import PackageDescription

let package = Package(
//name: "AzureFunctions",
name: "AzureFunctions",
name: "azure-functions-swift",
platforms: [
.macOS(.v10_15)
],
products: [
// .executable(name: "functions", targets: ["AzureFunctions"]),
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "AzureFunctions",
Expand Down

0 comments on commit db90e37

Please sign in to comment.