From b525766eeb968cc1a64a4ce50767fd579b0b1309 Mon Sep 17 00:00:00 2001 From: Greg Allen Date: Mon, 17 Dec 2012 10:54:29 -0800 Subject: [PATCH] added jquery as a dependency --- component.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index e66ac7d..667690d 100644 --- a/component.json +++ b/component.json @@ -6,5 +6,6 @@ "license": "MIT", "copyright": "Greg Allen", "dependencies": { + "jquery": "~1.8.3" } -} +} \ No newline at end of file