Skip to content

Commit 7697207

Browse files
committed
Updating owner to Brooklyn Labs
1 parent 7f3e8f7 commit 7697207

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"cSpell.words": [
3-
"Graphile",
3+
"bklyn",
44
"circleci",
5+
"Graphile",
56
"npmjs",
67
"npmrc",
78
"postgraphile"
89
]
9-
}
10+
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "postgraphile-plugin-remove-foreign-key-fields",
2+
"name": "@bklyn-labs/postgraphile-plugin-remove-foreign-key-fields",
33
"version": "1.2.0",
44
"description": "PostGraphile plugin that removes all foreign key fields from the GraphQL schema while still allowing foreign relationships to be created. Primary key fields are not removed from the GraphQL schema.",
5-
"author": "John Ciprian",
5+
"author": "Brooklyn Labs",
66
"license": "MIT",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc --declaration"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin"
13+
"url": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin/issues"
16+
"url": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/issues"
1717
},
18-
"homepage": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin#readme",
18+
"homepage": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields#readme",
1919
"keywords": [
2020
"graphile",
2121
"postgraphile",

0 commit comments

Comments
 (0)