Skip to content

Commit

Permalink
undo ghost commits
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed May 13, 2022
1 parent 7c3ea94 commit 7f33ced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-tests/lib/assertions/assertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CustomResource } from '@aws-cdk/core';
import { Construct } from 'constructs';
import { IAssertion } from './deploy-assert';
import { AssertionRequest, AssertionsProvider, ASSERT_RESOURCE_TYPE, AssertionType } from './providers';

//
// keep this import separate from other imports to reduce chance for merge conflicts with v2-main
// eslint-disable-next-line no-duplicate-imports, import/order
import { Construct as CoreConstruct } from '@aws-cdk/core';
Expand Down
7 changes: 0 additions & 7 deletions packages/@aws-cdk/integ-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,9 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/aws-iam": "0.0.0",
"@aws-cdk/triggers": "0.0.0",
"@aws-cdk/custom-resources": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"constructs": "3.3.69",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.0",
"@types/node": "^10.17.60",
Expand Down

0 comments on commit 7f33ced

Please sign in to comment.