Skip to content

Commit e213a6d

Browse files
authored
chore: rename aws-synthetics → aws-synthetics-alpha (#25055)
This PR is part of a refactor to make all directory names equal to the package name of the package inside it. It is a re-roll of #24930, but split into parts (one PR per package), so that we will cut down on merge conflicts. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 01fd89a commit e213a6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-synthetics/.gitignore renamed to packages/@aws-cdk/aws-synthetics-alpha/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coverage
1616
nyc.config.js
1717
!.eslintrc.js
1818
!jest.config.js
19-
!test/canaries/nodejs/*
19+
!test/canaries/**/*
2020

2121
junit.xml
2222

packages/@aws-cdk/aws-synthetics/package.json renamed to packages/@aws-cdk/aws-synthetics-alpha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"repository": {
4646
"type": "git",
4747
"url": "https://github.com/aws/aws-cdk.git",
48-
"directory": "packages/@aws-cdk/aws-synthetics"
48+
"directory": "packages/@aws-cdk/aws-synthetics-alpha"
4949
},
5050
"homepage": "https://github.com/aws/aws-cdk",
5151
"scripts": {

0 commit comments

Comments
 (0)