Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Jun 8, 2021
1 parent 22494ac commit 5bcd7c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
import PackageDescription

let package = Package(
name: "telegram-vapor-bot-lib",
name: "telegram-vapor-bot",
platforms: [
.macOS(.v10_15)
],
products: [
.library(
name: "telegram-vapor-bot-lib",
targets: ["telegram-vapor-bot-lib"]),
name: "telegram-vapor-bot",
targets: ["telegram-vapor-bot"]),
],
dependencies: [
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.45.0")),
],
targets: [
.target(
name: "telegram-vapor-bot-lib",
name: "telegram-vapor-bot",
dependencies: [
.product(name: "Vapor", package: "vapor"),
]
Expand Down

0 comments on commit 5bcd7c2

Please sign in to comment.