File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 1
2
2
builder :
3
3
configs :
4
- - documentation_targets : [AWSLambdaRuntimeCore, AWSLambdaRuntime]
4
+ - documentation_targets : [AWSLambdaRuntime]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
29
29
. product( name: " Logging " , package : " swift-log " ) ,
30
30
. product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
31
31
. product( name: " NIOPosix " , package : " swift-nio " ) ,
32
- . product( name: " ServiceLifecycle " , package : " swift-service-lifecycle " )
32
+ . product( name: " ServiceLifecycle " , package : " swift-service-lifecycle " ) ,
33
33
] ,
34
34
swiftSettings: [
35
35
. define( " FoundationJSONSupport " ) ,
@@ -64,7 +64,7 @@ let package = Package(
64
64
. testTarget(
65
65
name: " AWSLambdaRuntimeTests " ,
66
66
dependencies: [
67
- . byName( name: " AWSLambdaRuntime " ) ,
67
+ . byName( name: " AWSLambdaRuntime " )
68
68
]
69
69
) ,
70
70
// testing helper
You can’t perform that action at this time.
0 commit comments