From 4b4e20266b5c73eb37aad5f1aaa5fd7d332a9bef Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Tue, 30 Sep 2014 21:59:23 -0400 Subject: [PATCH] Tell bower to ignore the specs/ directory They aren't necessary for production installs, and some test runners will try to execute them. --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index 6a01ffc..4a64de2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,9 @@ { "name": "humanize", "version": "0.0.9", + "ignore": [ + "specs/" + ], "repository": { "type": "git", "url": "git://github.com/taijinlee/humanize"