Skip to content

Commit

Permalink
chore(npmignore): update npmignore to exclude gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi Pirtskhalaishvili committed Jun 3, 2024
1 parent b59bb20 commit 2206511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Exclude gifs
gifs/

# Exclude node_modules from being published
node_modules/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-gesture-swipeable-flatlist",
"version": "2.0.0",
"version": "2.0.1",
"description": "Swipeable FlatList for React Native",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2206511

Please sign in to comment.