Skip to content

Commit aa1f7df

Browse files
authored
chore: add a missing Rosetta dependency (aws#35269)
Reduces number of rosetta errors ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0d5ce56 commit aa1f7df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@aws-cdk/aws-pipes-targets-alpha/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
]
116116
},
117117
"jsiiRosetta": {
118-
"exampleDependencies": {}
118+
"exampleDependencies": {
119+
"@aws-cdk/aws-pipes-sources-alpha": "^0.0.0"
120+
}
119121
}
120122
}

0 commit comments

Comments
 (0)