Skip to content

Commit

Permalink
Improve package.json
Browse files Browse the repository at this point in the history
I noticed dependabot wasn't linking in release notes for each version, now it should (I suspect it didn't know about the repository because it was missing from the package.json)

This should be fixed from the next version
  • Loading branch information
ThisIsMissEm authored Jun 5, 2024
1 parent a73f421 commit 1b74bf0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "@neighbourhoodie/adonis-kafka",
"description": "",
"description": "Adonis v6 adapter for Kafka.js",
"homepage": "https://github.com/neighbourhoodie/adonis-kafka-v6"
"bugs": {
"url": "https://github.com/neighbourhoodie/adonis-kafka-v6/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/neighbourhoodie/adonis-kafka-v6.git"
},
"keywords": ["adonis", "kafka"],
"author": "The Neighbourhoodie Software GmbH & contributors",
"license": "MIT",
"version": "0.3.2",
"main": "build/index.js",
"engines": {
Expand Down Expand Up @@ -33,9 +44,6 @@
"version": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@adonisjs/assembler": "^7.0.0",
"@adonisjs/core": "^6.2.0",
Expand Down

0 comments on commit 1b74bf0

Please sign in to comment.