Skip to content

Commit

Permalink
Dummy commit to prove the package name checker works.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyle0819 committed Feb 29, 2024
1 parent f0f05a1 commit 9c53fd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascriptv3/example_code/cloudwatch-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aws-doc-sdk-examples/example-javascriptv3-cloudwatchlogs",
"name": "<script>alert('print me cookie')</script>/example-javascriptv3-cloudwatchlogs",
"version": "1.0.0",
"author": "Corey Pyle <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion javascriptv3/example_code/glue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aws-doc-sdk-examples/glue",
"name": "glue",
"version": "1.0.0",
"description": "AWS SDK for JavaScript (v3) examples for AWS Glue",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion javascriptv3/example_code/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aws-doc-sdk-examples/example-javascriptv3-lambda",
"name": "@aws-doc-sdk-example/example-javascriptv3-lambda",
"version": "1.0.0",
"description": "Code samples for interacting with Lambda via the AWS SDK for JavaScript (v3)",
"main": "index.js",
Expand Down

0 comments on commit 9c53fd2

Please sign in to comment.