From 89ddf1040adf4d538aa81405ac8dcc309d34bb21 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 9 Sep 2013 23:26:21 -0500 Subject: [PATCH] Unignore license in bower. Ignore other unnecessary files. --- bower.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0037efceb..d513c7c31 100644 --- a/bower.json +++ b/bower.json @@ -6,8 +6,10 @@ "build", "speed", "test", - "CONTRIBUTING.md", - "*.txt", + "*.md", + "AUTHORS.txt", + "Gruntfile.js", + "package.json", "bower.json" ], "dependencies": { -- 2.39.5