Skip to content

Commit a76ad35

Browse files
chore: fix example import
1 parent ee613c7 commit a76ad35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
publish:
7575
runs-on: ubuntu-latest
7676
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
77-
needs: [lint, test, build-library, build-web]
77+
needs: [lint, test, build-library]
7878

7979
steps:
8080
- name: Checkout

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "19.1.0",
1717
"react-native": "0.81.5",
1818
"react-native-web": "~0.21.0",
19-
"@jellify-music/react-native-reanimated-slider": "file:../",
19+
"@jellify-music/react-native-reanimated-slider": "../",
2020
"react-native-reanimated": "4.2.0",
2121
"react-native-gesture-handler": "2.30.0"
2222
},

0 commit comments

Comments
 (0)