From 326742fefc3e149fd58a733dad4584d688573f49 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 5 May 2013 21:17:45 -0400 Subject: [PATCH] structure -- ignore non source files. --- component.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/component.json b/component.json index 2afbdf423..e5609551e 100755 --- a/component.json +++ b/component.json @@ -121,6 +121,11 @@ "./src/modules/state.js", "./src/modules/validate-form.js" ], + "ignore": [ + "./node", + "./source", + "./docs" + ], "dependencies": { "jquery" : ">=1.8" }