Skip to content

Commit

Permalink
Merge pull request #11 from GFean/npm-ignore-upt
Browse files Browse the repository at this point in the history
chore(npmignore): update npmignore to exclude gifs
  • Loading branch information
GFean authored Jun 3, 2024
2 parents 5b73324 + 2206511 commit 396f574
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 396f574

Please sign in to comment.