Skip to content

Commit c7a0a02

Browse files
committed
chore(docs): update links in package.json
Updates links in package.json to point to synonymdev.
1 parent 99b250c commit c7a0a02

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"!**/.*"
2727
],
2828
"scripts": {
29-
"example": "yarn workspace react-native-address-generator-example",
3029
"test": "jest",
3130
"typecheck": "tsc --noEmit",
3231
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
@@ -45,14 +44,14 @@
4544
],
4645
"repository": {
4746
"type": "git",
48-
"url": "git+https://github.com/coreyphillips/react-native-address-generator.git"
47+
"url": "git+https://github.com/synonymdev/react-native-address-generator.git"
4948
},
50-
"author": "coreyphillips (https://github.com/coreyphillips)",
49+
"author": "synonymdev (https://github.com/synonymdev)",
5150
"license": "MIT",
5251
"bugs": {
53-
"url": "https://github.com/coreyphillips/react-native-address-generator/issues"
52+
"url": "https://github.com/synonymdev/react-native-address-generator/issues"
5453
},
55-
"homepage": "https://github.com/coreyphillips/react-native-address-generator#readme",
54+
"homepage": "https://github.com/synonymdev/react-native-address-generator#readme",
5655
"publishConfig": {
5756
"registry": "https://registry.npmjs.org/"
5857
},

0 commit comments

Comments
 (0)