Skip to content

Commit

Permalink
Add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moralesl committed Apr 13, 2020
1 parent 03cba3a commit 64fe374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Utility CDK construct to setup billing alerts easily
The following example shows how to set up a billing alert:

```ts
import { BillingAlert } from "@moralesl/billing_alert";
import { BillingAlert } from "@moralesl/billing-alert";

new BillingAlert(this, "BillingAlertTenDollars", {
amount: 10,
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moralesl/billing-alert",
"version": "0.2.0",
"version": "0.3.0",
"description": "Utility CDK construct to setup billing alerts easily",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -56,6 +56,10 @@
"license": "MIT",
"peerDependencies": {
"@aws-cdk/core": "1.32.2",
"@aws-cdk/aws-cloudwatch": "1.32.2",
"@aws-cdk/aws-cloudwatch-actions": "1.32.2",
"@aws-cdk/aws-sns": "1.32.2",
"@aws-cdk/aws-sns-subscriptions": "1.32.2",
"constructs": "^2.0.0"
}
}

0 comments on commit 64fe374

Please sign in to comment.