From 9d031e4dd55c5548788dfb8a00dd336d5fae10fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 26 Feb 2014 09:53:47 +0100 Subject: [PATCH] Update bower.json per latest changes - Replace docs-assets with docs - Remove dependencies property as there aren't dependencies --- bower.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 72540b4..34304ed 100644 --- a/bower.json +++ b/bower.json @@ -9,8 +9,6 @@ "_config.yml", "CNAME", "CONTRIBUTING.md", - "docs-assets" - ], - "dependencies": { - } + "docs" + ] }