From 193671788b89c6925cc11358270e32c778c1dcda Mon Sep 17 00:00:00 2001 From: Doan Truong Thi Date: Sat, 8 Nov 2014 09:13:06 +0900 Subject: [PATCH] Add component.json as file to ignore to .npmignore and bower.json --- .npmignore | 1 + bower.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 21b2336c..d4f9ee22 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ 72x72 assets bower.json +component.json index.html node_modules preview-* diff --git a/bower.json b/bower.json index 7c27c78f..fc63d8a0 100644 --- a/bower.json +++ b/bower.json @@ -11,6 +11,7 @@ "./36x36", "./72x72", "./assets", + "./component.json", "./node_modules", "./index.html", "./package.json",