Skip to content

Commit

Permalink
chore(docs): update links in package.json
Browse files Browse the repository at this point in the history
Updates links in package.json to point to synonymdev.
  • Loading branch information
coreyphillips committed May 9, 2024
1 parent 99b250c commit c7a0a02
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-address-generator-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
Expand All @@ -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/"
},
Expand Down

0 comments on commit c7a0a02

Please sign in to comment.