From 3d0c471740b442b1d7fba78d7031798390312adb Mon Sep 17 00:00:00 2001 From: Fredrik Johansen Date: Fri, 10 Nov 2023 10:35:16 +0100 Subject: [PATCH] fix(npm): adds same repository url to other package.json --- test/package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 6f077b8..e206e04 100644 --- a/test/package.json +++ b/test/package.json @@ -7,9 +7,23 @@ "start": "npm run package:install && dotenv tsx watch ./src/index.ts | pino-pretty", "package:install": "npm install ../*.tgz" }, - "keywords": [], + "repository": { + "type": "git", + "url": "git+https://github.com/blastorg/fastify-aws-dynamodb-cache.git" + }, + "keywords": [ + "aws", + "dynamodb", + "cache", + "fastify", + "blastorg" + ], "author": "", "license": "ISC", + "bugs": { + "url": "https://github.com/blastorg/fastify-aws-dynamodb-cache/issues" + }, + "homepage": "https://github.com/blastorg/fastify-aws-dynamodb-cache#readme", "devDependencies": { "@types/node": "^20.6.2", "dotenv-cli": "^7.3.0",