diff --git a/gifs.json b/gifs.json index 0f5c086..6adbc57 100644 --- a/gifs.json +++ b/gifs.json @@ -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 } ] } diff --git a/package.json b/package.json index d3c3a94..2827f59 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "husky": { "hooks": { - "pre-commit": "lint-staged" + "pre-commit": "lint-staged --allow-empty" } }, "repository": {