Skip to content

Commit

Permalink
Reduce bundle size + 1.0.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-cottineau committed Apr 14, 2024
1 parent fec8fca commit 36b35e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library is based on [react-native-reanimated](https://github.com/software-m
<!-- prettier-ignore -->
| 😼 | 🔥 |
| - | - |
| ![example gif with cats swiping app](./images/demo-cats.gif) | ![example gif with pokemon swiping app](./images/demo-pokemon.gif) |
| ![example gif with cats swiping app](https://raw.githubusercontent.com/antoine-cottineau/react-native-swipeable-card-stack/main/images/demo-cats.gif) | ![example gif with pokemon swiping app](https://raw.githubusercontent.com/antoine-cottineau/react-native-swipeable-card-stack/main/images/demo-pokemon.gif) |

## Features

Expand Down Expand Up @@ -308,4 +308,4 @@ Imperatively undo the last swipe.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).
See [CONTRIBUTING.md](https://github.com/antoine-cottineau/react-native-swipeable-card-stack/blob/main/CONTRIBUTING.md).
6 changes: 2 additions & 4 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "react-native-swipeable-card-stack",
"description": "Implement a swipeable card stack, similar to Tinder, with ease.",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"repository": "https://github.com/antoine-cottineau/react-native-swipeable-card-stack",
"author": "Antoine Cottineau",
"license": "MIT",
"files": [
"dist",
"README.md",
"CONTRIBUTING.md",
"LICENSE",
"images/*"
"LICENSE"
],
"keywords": [
"swipe",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve": "yarn workspace react-native-swipeable-card-stack tsc -w",
"start": "yarn workspace example-app start",
"format": "prettier -w .",
"prerelease": "cp README.md library && cp CONTRIBUTING.md library && cp LICENSE library && mkdir -p library/images && cp images/* library/images",
"prerelease": "cp README.md library && cp LICENSE library",
"release": "yarn prerelease && yarn workspace react-native-swipeable-card-stack publish --non-interactive --access public",
"test": "yarn test:format && yarn test:lint",
"test:format": "prettier -c .",
Expand Down

0 comments on commit 36b35e5

Please sign in to comment.