-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add repository to package.json (#4)
- Loading branch information
1 parent
ba652c6
commit 9ae3518
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|