Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Removed Lambda keyword from repository URL in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan ÖZAL committed Jul 28, 2021
1 parent 57e30da commit 0f87c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thundra/core",
"version": "2.12.13",
"description": "Thundra Lambda Node.js Agent",
"description": "Thundra Node.js Agent",
"main": "dist/thundra.js",
"scripts": {
"compile": "tsc",
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/thundra-io/thundra-lambda-agent-nodejs.git"
"url": "git+https://github.com/thundra-io/thundra-agent-nodejs.git"
},
"files": [
"dist/"
Expand All @@ -38,9 +38,9 @@
"author": "Thundra <info@thundra.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thundra-io/thundra-lambda-agent-nodejs/issues"
"url": "https://github.com/thundra-io/thundra-agent-nodejs/issues"
},
"homepage": "https://github.com/thundra-io/thundra-lambda-agent-nodejs#readme",
"homepage": "https://github.com/thundra-io/thundra-agent-nodejs#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
Expand Down

0 comments on commit 0f87c31

Please sign in to comment.