Skip to content

Commit fdcd751

Browse files
committed
Fix CI by removing local tarball reference from dependencies
The package.json had a self-reference pointing to a local /tmp tarball that doesn't exist on CI. Remove it from the root package (tests use relative imports) and point expo-example to the parent directory instead.
1 parent 4bac9c1 commit fdcd751

File tree

4 files changed

+38
-37
lines changed

4 files changed

+38
-37
lines changed

expo-example/package-lock.json

Lines changed: 37 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prop-types": "^15.8.1",
1515
"react": "19.1.0",
1616
"react-native": "0.81.5",
17-
"react-native-onboarding-swiper": "file:../../../../../../tmp/react-native-onboarding-swiper-1.3.0.tgz",
17+
"react-native-onboarding-swiper": "file:..",
1818
"tinycolor2": "^1.6.0"
1919
},
2020
"devDependencies": {

package-lock.json

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
},
3434
"homepage": "https://github.com/jfilter/react-native-onboarding-swiper#readme",
3535
"dependencies": {
36-
"react-native-onboarding-swiper": "file:../../../../../tmp/react-native-onboarding-swiper-1.3.0.tgz",
3736
"tinycolor2": "^1.4.1"
3837
},
3938
"devDependencies": {

0 commit comments

Comments
 (0)