Skip to content

Commit

Permalink
cleanup main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Jun 18, 2024
1 parent f01b8f5 commit f314b02
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3,075 deletions.
8 changes: 0 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ let package = Package(
name: "AWSLambdaDeploymentDescriptor",
path: "Sources/AWSLambdaDeploymentDescriptor"
),
// SAM Deployment Descriptor Generator
.target(
name: "AWSLambdaDeploymentDescriptorGenerator",
path: "Sources/AWSLambdaDeploymentDescriptorGenerator"
),
.plugin(
name: "AWSLambdaDeployer",
capability: .command(
Expand All @@ -44,9 +39,6 @@ let package = Package(
),
.testTarget(
name: "AWSLambdaDeploymentDescriptorGeneratorTests",
dependencies: [
.byName(name: "AWSLambdaDeploymentDescriptorGenerator"),
],
// https://stackoverflow.com/questions/47177036/use-resources-in-unit-tests-with-swift-package-manager
resources: [
.copy("Resources/SimpleJSONSchema.json"),
Expand Down

This file was deleted.

Loading

0 comments on commit f314b02

Please sign in to comment.