Skip to content

Commit 74f3f80

Browse files
committed
Revert changes in check_package_version
1 parent c2de892 commit 74f3f80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/check_package_versions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const packagePaths = await glob('./packages/*');
1111
const getExpectedMajorVersion = (packageName: string) => {
1212
switch (packageName) {
1313
case 'ampx':
14-
case '@aws-amplify/storage-construct':
1514
return '0.';
1615
case '@aws-amplify/backend-deployer':
1716
case '@aws-amplify/cli-core':

0 commit comments

Comments
 (0)