Skip to content

Commit 4ce17ef

Browse files
author
Akshit Batra
committed
fix: add org details for package.json
1 parent d4bb148 commit 4ce17ef

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "kafka-consumer-wrapper",
2+
"name": "@building-for-fun/kafka-consumer-wrapper",
33
"version": "0.0.1",
44
"description": "",
5-
"main": "index.js",
5+
"main": "index.ts",
6+
"publishConfig": {
7+
"registry": "https://npm.pkg.github.com"
8+
},
69
"scripts": {
710
"build": "tsc",
811
"start": "ts-node src/index.ts",

0 commit comments

Comments
 (0)