-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: attribute owner and author to Jason Kuhrt
- Loading branch information
1 parent
d7d0a8d
commit 9a097f2
Showing
4 changed files
with
12 additions
and
8 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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/prisma/graphql-request.git" | ||
"url": "https://github.com/jasonkuhrt/graphql-request.git" | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
|
@@ -23,12 +23,16 @@ | |
"graphql-client", | ||
"apollo" | ||
], | ||
"author": "Prisma Labs Team", | ||
"author": { | ||
"name" : "Jason Kuhrt", | ||
"email" : "[email protected]", | ||
"url" : "https://kuhrt.me" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/prisma/graphql-request/issues" | ||
"url": "https://github.com/jasonkuhrt/graphql-request/issues" | ||
}, | ||
"homepage": "https://github.com/prisma/graphql-request", | ||
"homepage": "https://github.com/jasonkuhrt/graphql-request", | ||
"scripts": { | ||
"build:docs": "doctoc README.md --notitle", | ||
"dev": "rm -rf dist && tsc --watch", | ||
|
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