Skip to content

Commit

Permalink
Updating owner to Brooklyn Labs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnciprian committed Aug 1, 2022
1 parent 7f3e8f7 commit 7697207
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"cSpell.words": [
"Graphile",
"bklyn",
"circleci",
"Graphile",
"npmjs",
"npmrc",
"postgraphile"
]
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "postgraphile-plugin-remove-foreign-key-fields",
"name": "@bklyn-labs/postgraphile-plugin-remove-foreign-key-fields",
"version": "1.2.0",
"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.",
"author": "John Ciprian",
"author": "Brooklyn Labs",
"license": "MIT",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc --declaration"
},
"repository": {
"type": "git",
"url": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin"
"url": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields"
},
"bugs": {
"url": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin/issues"
"url": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields/issues"
},
"homepage": "https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin#readme",
"homepage": "https://github.com/brooklyn-labs/postgraphile-plugin-remove-foreign-key-fields#readme",
"keywords": [
"graphile",
"postgraphile",
Expand Down

0 comments on commit 7697207

Please sign in to comment.