Skip to content

Commit

Permalink
Add GIFs and fix version bump script (#39)
Browse files Browse the repository at this point in the history
Add GIFs and fix version bump script
  • Loading branch information
rileyhilliard authored Apr 22, 2022
1 parent e150d76 commit be45b4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions gifs.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,20 @@
"url": "https://c.tenor.com/CPEps0EoT9gAAAAC/paul-rudd-thats-really-impressive.gif",
"description": "That's really impressive",
"active": 1
},
{
"_id": 105,
"name": "nicee",
"url": "https://media.giphy.com/media/pCO5tKdP22RC8/giphy.gif",
"description": "Niceeeee",
"active": 1
},
{
"_id": 106,
"name": "niceeeee",
"url": "https://media.giphy.com/media/nLH7f5K1Tb1sY/giphy.gif",
"description": "Lannister Nice",
"active": 1
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged --allow-empty"
}
},
"repository": {
Expand Down

0 comments on commit be45b4b

Please sign in to comment.