From 76972074a467a8ef82f2a9a3f76ceab0b8a9d957 Mon Sep 17 00:00:00 2001 From: John Ciprian Date: Mon, 1 Aug 2022 11:57:48 -0400 Subject: [PATCH] Updating owner to Brooklyn Labs --- .vscode/settings.json | 5 +++-- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a0b6487..b1b60db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,10 @@ { "cSpell.words": [ - "Graphile", + "bklyn", "circleci", + "Graphile", "npmjs", "npmrc", "postgraphile" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 8f94c69..dd8deb5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "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", @@ -10,12 +10,12 @@ }, "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",