Skip to content

Commit

Permalink
fix(npm): adds same repository url to other package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikj31 committed Nov 10, 2023
1 parent 74a84d6 commit 3d0c471
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d0c471

Please sign in to comment.