Skip to content

Commit b09fb81

Browse files
committed
chore: only push the lib to npm
1 parent e1dc22a commit b09fb81

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.changeset/lucky-tools-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-reanimated-carousel': patch
3+
---
4+
5+
chore: only push the lib to npm.

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,7 @@
77
"types": "lib/typescript/index.d.ts",
88
"source": "src/index",
99
"files": [
10-
"src",
11-
"lib",
12-
"android",
13-
"ios",
14-
"cpp",
15-
"react-native-reanimated-carousel.podspec",
16-
"!lib/typescript/example",
17-
"!android/build",
18-
"!ios/build",
19-
"!**/__tests__",
20-
"!**/__fixtures__",
21-
"!**/__mocks__"
10+
"lib"
2211
],
2312
"scripts": {
2413
"gif": "node scripts/makegif.js ./scripts/gif-works-directory",

0 commit comments

Comments
 (0)