Skip to content

Commit

Permalink
rename package to @raygun.io/aws-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jun 7, 2024
1 parent 737ee3d commit d18fa34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Provides two main advantages compared to using Raygun directly:

## Getting Started

Install the module with: `npm install @raygun/aws-lambda`
Install the module with: `npm install @raygun.io/aws-lambda`

Set up the Raygun client as described in the [Raygun package](https://www.npmjs.com/package/raygun).

Expand Down
4 changes: 2 additions & 2 deletions aws-lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@raygun/aws-lambda",
"name": "@raygun.io/aws-lambda",
"version": "0.0.1",
"description": "Raygun Crash Reporting for AWS Lambda functions",
"main": "build/raygun.aws.js",
Expand Down

0 comments on commit d18fa34

Please sign in to comment.