diff --git a/package.json b/package.json index 52815ae91..5dd02af15 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,11 @@ "hooks": { "pre-commit": "npm-run-all start precommit" } - } + }, + "files": [ + "animate.compat.css", + "animate.min.css", + "animate.css", + "source/**/*.css" + ] }