Skip to content

Commit

Permalink
chore(package): update git url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ang Puo Syer committed Feb 1, 2024
1 parent 6d2e902 commit 86b45cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@tawk.to/nestjs-batch-kafka",
"version": "0.0.1",
"description": "",
"author": "",
"description": "NestJS Kafka Batch Processor",
"author": "tawk.to",
"license": "MIT",
"main": "dist/index.js",
"url": "https://github.com/tawk/nestjs-batch-kafka",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down Expand Up @@ -57,6 +59,10 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tawk/nestjs-batch-kafka"
},
"jest": {
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 86b45cd

Please sign in to comment.