From 9ae35180da01025e6dbaf1d3e16d1c10cc9ab043 Mon Sep 17 00:00:00 2001 From: Jacob Ebey Date: Wed, 25 Oct 2023 22:26:10 -0700 Subject: [PATCH] fix: add repository to package.json (#4) --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1bf41e5..cc1f3d5 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,19 @@ "test-typecheck": "tsc --noEmit --project tsconfig.spec.json", "prepublish": "attw $(npm pack) --ignore-rules cjs-resolves-to-esm" }, - "keywords": [], - "author": "", + "keywords": [ + "devalue", + "turbo", + "stream", + "enhanced", + "json" + ], + "author": "Jacob Ebey ", "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/jacob-ebey/turbo-stream.git" + }, "devDependencies": { "@arethetypeswrong/cli": "^0.12.2", "@types/node": "^20.8.7",