From d54aa519781b2a4e19759dad2e73ede9f76bf24f Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 5 May 2013 21:21:15 -0400 Subject: [PATCH] structure -- slashes out of component. --- component.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component.json b/component.json index e5609551e..ec4de6a4f 100755 --- a/component.json +++ b/component.json @@ -122,9 +122,9 @@ "./src/modules/validate-form.js" ], "ignore": [ - "./node", - "./source", - "./docs" + "node", + "source", + "docs" ], "dependencies": { "jquery" : ">=1.8"