Skip to content

Commit fdfc4d6

Browse files
committed
fix(repo): fix repo name
1 parent 9a69f8b commit fdfc4d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"!**/.*"
2727
],
2828
"scripts": {
29-
"example": "yarn workspace @appandflow/rn-magic-scroll-example",
29+
"example": "yarn workspace @appandflow/react-native-magic-scroll-example",
3030
"test": "jest",
3131
"typecheck": "tsc --noEmit",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
@@ -41,14 +41,14 @@
4141
],
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/AppAndFlow/rn-magic-scroll.git"
44+
"url": "git+https://github.com/AppAndFlow/react-native-magic-scroll.git"
4545
},
46-
"author": "Emanuel Quimper <[email protected]> (https://github.com/AppAndFlow/rn-magic-scroll)",
46+
"author": "Emanuel Quimper <[email protected]> (https://github.com/AppAndFlow/react-native-magic-scroll)",
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/AppAndFlow/rn-magic-scroll/issues"
49+
"url": "https://github.com/AppAndFlow/react-native-magic-scroll/issues"
5050
},
51-
"homepage": "https://github.com/AppAndFlow/rn-magic-scroll#readme",
51+
"homepage": "https://github.com/AppAndFlow/react-native-magic-scroll#readme",
5252
"publishConfig": {
5353
"registry": "https://registry.npmjs.org/",
5454
"access": "public"

0 commit comments

Comments
 (0)