From 70652df2f1349895aba9fb31825dca8d30a82d5a Mon Sep 17 00:00:00 2001 From: John-Philip Johansson Date: Sun, 25 Oct 2015 18:28:48 +0100 Subject: [PATCH] chore(bower): include changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just make the file matching reflect what’s in already in package.json --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8d0974f..16fb045 100644 --- a/bower.json +++ b/bower.json @@ -19,8 +19,9 @@ "ignore": [ "**/*", "!dist/*", - "!README.md", + "!CHANGELOG.md", "!LICENSE", + "!README.md", "!bower.json" ], "license": "MIT",