Skip to content

Commit

Permalink
fix(repo): fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
EQuimper committed May 30, 2024
1 parent 9a69f8b commit fdfc4d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"!**/.*"
],
"scripts": {
"example": "yarn workspace @appandflow/rn-magic-scroll-example",
"example": "yarn workspace @appandflow/react-native-magic-scroll-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
Expand All @@ -41,14 +41,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/AppAndFlow/rn-magic-scroll.git"
"url": "git+https://github.com/AppAndFlow/react-native-magic-scroll.git"
},
"author": "Emanuel Quimper <[email protected]> (https://github.com/AppAndFlow/rn-magic-scroll)",
"author": "Emanuel Quimper <[email protected]> (https://github.com/AppAndFlow/react-native-magic-scroll)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppAndFlow/rn-magic-scroll/issues"
"url": "https://github.com/AppAndFlow/react-native-magic-scroll/issues"
},
"homepage": "https://github.com/AppAndFlow/rn-magic-scroll#readme",
"homepage": "https://github.com/AppAndFlow/react-native-magic-scroll#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down

0 comments on commit fdfc4d6

Please sign in to comment.