Skip to content

Commit

Permalink
configure automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbiela committed Apr 12, 2020
1 parent 31d409b commit 5137338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Minimal config:
```js
import * as cdk from '@aws-cdk/core';
import * as sqs from '@aws-cdk/aws-sqs';
import * as lib from 'kamilbiela/cdk-sqs-monitored';
import * as lib from 'cdk-sqs-monitored';

const app = new cdk.App();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kamilbiela/cdk-sqs-monitored",
"name": "cdk-sqs-monitored",
"description": "AWS CDK SQS Construct with alarms and dead letter queue",
"author": "Kamil Biela <kamil.biela@gmail.com>",
"version": "1.0.0",
Expand Down

0 comments on commit 5137338

Please sign in to comment.