Skip to content

Commit

Permalink
chore: attribute owner and author to Jason Kuhrt
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jan 26, 2023
1 parent d7d0a8d commit 9a097f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Graphcool
Copyright (c) 2022 Jason Kuhrt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Minimal GraphQL client supporting Node and browsers for scripts or simple apps

![GitHub Action](https://github.com/prisma-labs/graphql-request/workflows/trunk/badge.svg) [![npm version](https://badge.fury.io/js/graphql-request.svg)](https://badge.fury.io/js/graphql-request)
![GitHub Action](https://github.com/jasonkuhrt/graphql-request/workflows/trunk/badge.svg) [![npm version](https://badge.fury.io/js/graphql-request.svg)](https://badge.fury.io/js/graphql-request)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -23,12 +23,16 @@
"graphql-client",
"apollo"
],
"author": "Prisma Labs Team",
"author": {
"name" : "Jason Kuhrt",
"email" : "jasonkuhrt@me.com",
"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",
Expand Down
4 changes: 2 additions & 2 deletions src/types.dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* This module is inlined to avoid consumers needing to add dom lib to their tsconfig. For original motivations see:
*
* - https://github.com/prisma-labs/graphql-request/issues/26
* - https://github.com/prisma-labs/graphql-request/issues/15
* - https://github.com/jasonkuhrt/graphql-request/issues/26
* - https://github.com/jasonkuhrt/graphql-request/issues/15
*/

/** This Fetch API interface allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing. A Headers object has an associated header list, which is initially empty and consists of zero or more name and value pairs.  You can add to this using methods like append() (see Examples.) In all methods of this interface, header names are matched by case-insensitive byte sequence. */
Expand Down

0 comments on commit 9a097f2

Please sign in to comment.