Skip to content

Commit

Permalink
Merge pull request #9 from oversizedev/develop
Browse files Browse the repository at this point in the history
Fix package
  • Loading branch information
aromanov91 authored Mar 11, 2023
2 parents 8c53517 + c90fb59 commit 3b5202b
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 @@ -39,7 +39,7 @@ let package = Package(
.library(name: "OversizeLocationKit", targets: ["OversizeLocationKit"]),
.library(name: "OversizeNotificationKit", targets: ["OversizeNotificationKit"]),
],
dependencies: developmentDependencies,
dependencies: productionDependencies,
targets: [
.target(
name: "OversizeKit",
Expand Down

0 comments on commit 3b5202b

Please sign in to comment.