From eef24837302b31894de7dd867d419de1c45ae2f3 Mon Sep 17 00:00:00 2001 From: Rubycut Date: Fri, 9 Jun 2017 14:11:50 +0200 Subject: [PATCH] remove tests when installing moment through bower This file is 3.5 Mb and it's not needed in production. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 992086f26c..6afea16793 100644 --- a/bower.json +++ b/bower.json @@ -20,6 +20,7 @@ "package.js", "package.json", "ISSUE_TEMPLATE.md", - "typing-tests" + "typing-tests", + "min/tests.js" ] }