From 9742c5f383a6f8046241920156236ade8ec30d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vieira?= Date: Tue, 4 Apr 2017 17:54:50 +0100 Subject: [PATCH] chore(): ignore bower.json in npm installations. (#437) --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index db2fbb9d..5f60eecc 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ example dist yarn.lock coverage +bower.json