Skip to content

Commit 4000213

Browse files
author
EC2 Default User
committed
Cleaning up
1 parent 4693cab commit 4000213

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bin/aws.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import { DataLakeEnrollment } from '../lib/constructs/data-lake-enrollment';
99
import { DataSetTemplateStack, CrawlerTemplateStack } from '../lib/stacks/dataset-stack';
1010
import { ExampleS3DataSet } from '../lib/ExampleS3DataSet-stack';
1111
import { ExamplePgRdsDataSet } from '../lib/ExamplePgRdsDataSet-stack';
12-
import { BaselineStack } from '../lib/Baseline-stack';
13-
12+
1413

1514
const app = new App();
1615

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"@aws-cdk/assert": "^2.0.0-rc.3",
19-
"@types/node": "^15.3.0",
19+
"@types/node": "^15.14.9",
2020
"aws-cdk-lib": "^2.0.0-rc.3",
2121
"constructs": "^10.0.0",
2222
"typescript": "^3.9.0"
2323
},
2424
"dependencies": {
25-
"aws-cdk-lib": "^2.0.0-rc.3",
2625
"@aws-cdk/assert": "^2.0.0-rc.3",
27-
"source-map-support": "^0.5.19",
28-
"constructs": "^10.0.0"
26+
"aws-cdk-lib": "^2.0.0-rc.3",
27+
"constructs": "^10.0.0",
28+
"source-map-support": "^0.5.19"
2929
}
3030
}

0 commit comments

Comments
 (0)