Skip to content

Commit

Permalink
Remove unused exclude from Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 30, 2021
1 parent f9bd413 commit 1d72005
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 @@ -28,7 +28,7 @@ let package = Package(
name: "Auth0",
dependencies: ["SimpleKeychain", "JWTDecode"],
path: "Auth0",
exclude: ["Info.plist", "Info-tvOS.plist"],
exclude: ["Info.plist"],
swiftSettings: swiftSettings),
.testTarget(
name: "Auth0Tests",
Expand Down

0 comments on commit 1d72005

Please sign in to comment.