From c7a0a02d4d632594c4b8a9eee46a0a452bef5ba0 Mon Sep 17 00:00:00 2001 From: coreyphillips Date: Thu, 9 May 2024 14:15:52 -0400 Subject: [PATCH] chore(docs): update links in package.json Updates links in package.json to point to synonymdev. --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aab5093..1448b95 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "!**/.*" ], "scripts": { - "example": "yarn workspace react-native-address-generator-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", @@ -45,14 +44,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/coreyphillips/react-native-address-generator.git" + "url": "git+https://github.com/synonymdev/react-native-address-generator.git" }, - "author": "coreyphillips (https://github.com/coreyphillips)", + "author": "synonymdev (https://github.com/synonymdev)", "license": "MIT", "bugs": { - "url": "https://github.com/coreyphillips/react-native-address-generator/issues" + "url": "https://github.com/synonymdev/react-native-address-generator/issues" }, - "homepage": "https://github.com/coreyphillips/react-native-address-generator#readme", + "homepage": "https://github.com/synonymdev/react-native-address-generator#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },