From 9aa4c0c3ea6b553ba63d1f40db1ffe7182a94410 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. Former-commit-id: 326742fefc3e149fd58a733dad4584d688573f49 Former-commit-id: e939646de7a3967eaa252dae22d2ffff753f71cf --- 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" }