Skip to content

Commit

Permalink
chore(aws-cdk-lib): change description and keywords (aws#17654)
Browse files Browse the repository at this point in the history
This is done with the express purpose of improving its discoverability on Construct Hub.

----
Changed the description and added keywords
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
addihorowitz authored and TikiTDO committed Feb 21, 2022
1 parent 3e9083e commit 4ca2d36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-cdk-lib",
"private": "true",
"version": "0.0.0",
"description": "The AWS Cloud Development Kit library",
"description": "Version 2 of the AWS Cloud Development Kit library",
"main": "index.js",
"types": "index.d.ts",
"repository": {
Expand Down Expand Up @@ -351,7 +351,8 @@
},
"keywords": [
"aws",
"cdk"
"cdk",
"aws cdk v2"
],
"nozem": false,
"awscdkio": {
Expand Down

0 comments on commit 4ca2d36

Please sign in to comment.