Skip to content

Commit

Permalink
fix: add repository to package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey authored Oct 26, 2023
1 parent ba652c6 commit 9ae3518
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"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",
Expand Down

0 comments on commit 9ae3518

Please sign in to comment.