Skip to content

Commit

Permalink
Add config for construct catalog (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbiela authored Apr 17, 2020
1 parent c42795e commit 8e889a3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "kamil.biela@gmail.com",
"url": "https://kamilbiela.github.io"
},
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",
"license": "MIT",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,6 +41,17 @@
}
}
},
"keywords": [
"aws",
"aws-cdk",
"cdk",
"construct",
"sqs"
],
"awscdkio": {
"twitter": "@kamil_biela",
"announce": true
},
"devDependencies": {
"@aws-cdk/assert": "1.32.2",
"@types/jest": "^24.0.22",
Expand Down

0 comments on commit 8e889a3

Please sign in to comment.