From a6e81024f224dee9baeeb7d4856edfb0806b2aa9 Mon Sep 17 00:00:00 2001 From: Carlos Lalimarmo Date: Tue, 9 Dec 2014 15:26:52 -0500 Subject: [PATCH] fix malformed bower.json dependency declaration --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 4f62866..824f54c 100644 --- a/bower.json +++ b/bower.json @@ -7,9 +7,9 @@ ], "description": "Store JSON documents to Google Cloud Storage", "main": "dist/json-gcs.js", - "dependencies": [ + "dependencies": { "jquery": "~2.0.3" - ], + }, "moduleType": [ "amd" ],