Skip to content

Commit 9c5a3c8

Browse files
committed
Align all of this repository's package.json's author declarations.
Historically, there have been a few varieties chosen here, but we should keep them all the same now that we have a standard that has emerged!
1 parent 38df804 commit 9c5a3c8

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

packages/apollo-cache-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./dist/index.d.ts",
77
"license": "MIT",
88
"repository": "apollographql/apollo-cache-control-js",
9-
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
9+
"author": "Apollo <opensource@apollographql.com>",
1010
"engines": {
1111
"node": ">=6.0"
1212
},

packages/apollo-datasource-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-datasource-rest",
33
"version": "0.9.2",
4-
"author": "opensource@apollographql.com",
4+
"author": "Apollo <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/apollo-datasource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-datasource",
33
"version": "0.7.1",
4-
"author": "opensource@apollographql.com",
4+
"author": "Apollo <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/apollo-engine-reporting-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Server",
2626
"Javascript"
2727
],
28-
"author": "Apollo <community@apollographql.com>",
28+
"author": "Apollo <opensource@apollographql.com>",
2929
"license": "MIT",
3030
"bugs": {
3131
"url": "https://github.com/apollographql/apollo-engine-reporting/issues"

packages/apollo-engine-reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./dist/index.d.ts",
77
"license": "MIT",
88
"repository": "https://github.com/apollographql/apollo-engine-reporting",
9-
"author": "Apollo <community@apollographql.com>",
9+
"author": "Apollo <opensource@apollographql.com>",
1010
"engines": {
1111
"node": ">=6.0"
1212
},

packages/apollo-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@apollo/gateway",
33
"version": "0.16.9",
44
"description": "Apollo Gateway",
5-
"author": "opensource@apollographql.com",
5+
"author": "Apollo <opensource@apollographql.com>",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"keywords": [

packages/apollo-server-azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Azure",
1010
"Javascript"
1111
],
12-
"author": "opensource@apollographql.com",
12+
"author": "Apollo <opensource@apollographql.com>",
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",

packages/apollo-server-cache-memcached/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-server-cache-memcached",
33
"version": "0.6.5",
4-
"author": "opensource@apollographql.com",
4+
"author": "Apollo <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/apollo-server-cache-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-server-cache-redis",
33
"version": "1.2.1",
4-
"author": "opensource@apollographql.com",
4+
"author": "Apollo <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/apollo-server-caching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-server-caching",
33
"version": "0.5.1",
4-
"author": "opensource@apollographql.com",
4+
"author": "Apollo <opensource@apollographql.com>",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)