Skip to content

Commit 4eae626

Browse files
committed
chore: Change package.json to point to @figfoodisgood org for publishing a fork
We are blocked on fixing an issue in this package. We have opened a PR here: jeanverster#88 However, we need to use this fix from our fork in the meantime. If that PR gets merged to the main package we will switch back.
1 parent 8d1ed22 commit 4eae626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-styled-toast",
3-
"version": "1.4.0",
2+
"name": "@figfoodisgood/react-native-styled-toast",
3+
"version": "1.4.1",
44
"description": "A theme friendly, easy to use react-native toast component built using styled-components and styled-system.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/jeanverster/react-native-styled-toast"
36+
"url": "https://github.com/fig-foodisgood/react-native-styled-toast"
3737
},
3838
"devDependencies": {
3939
"@babel/runtime": "^7.13.8",

0 commit comments

Comments
 (0)