Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrydigi committed Oct 29, 2023
1 parent 23fa268 commit ddcef3c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqs-consumer",
"version": "7.4.0",
"name": "@dmitrydigi/sqs-consumer",
"version": "0.0.1",
"description": "Build SQS-based Node applications without the boilerplate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,12 +29,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/bbc/sqs-consumer.git"
"url": "git+https://github.com/dmitrydigi/sqs-consumer.git"
},
"bugs": {
"url": "https://github.com/bbc/sqs-consumer/issues"
"url": "https://github.com/dmitrydigi/sqs-consumer/issues"
},
"homepage": "https://bbc.github.io/sqs-consumer/",
"homepage": "https://dmitrydigi.github.io/sqs-consumer/",
"keywords": [
"sqs",
"queue",
Expand Down Expand Up @@ -108,5 +108,8 @@
}
]
}
},
"directories": {
"test": "test"
}
}

0 comments on commit ddcef3c

Please sign in to comment.