Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 8bbed97

Browse files
committed
fix example package.json
1 parent 7e54dd1 commit 8bbed97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@expo-google-fonts/noto-sans": "^0.2.3",
18+
"@fishjam-dev/react-native-client-sdk": "file:..",
1819
"@gorhom/bottom-sheet": "^4",
19-
"@fishjam-dev/react-native-client": "file:../",
2020
"@react-navigation/bottom-tabs": "^6.5.20",
2121
"@react-navigation/native": "^6.1.9",
2222
"@react-navigation/native-stack": "^6.9.17",
@@ -48,8 +48,8 @@
4848
"babel-jest": "^29.6.3",
4949
"babel-plugin-module-resolver": "^5.0.0",
5050
"eslint": "^8.57.0",
51-
"eslint-plugin-import": "^2.29.0",
5251
"eslint-config-prettier": "^9.1.0",
52+
"eslint-plugin-import": "^2.29.0",
5353
"eslint-plugin-prettier": "^5.1.3",
5454
"jest": "^29.6.3",
5555
"lint-staged": "^15.2.2",

example/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@
16081608
find-up "^5.0.0"
16091609
js-yaml "^4.1.0"
16101610

1611-
"@fishjam-dev/react-native-client@file:..":
1611+
"@fishjam-dev/react-native-client-sdk@file:..":
16121612
version "0.3.0"
16131613
dependencies:
16141614
phoenix "^1.7.6"

0 commit comments

Comments
 (0)