From 10222d6e9975db4f3270e08493d3252b31d25336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 27 Aug 2014 10:57:43 +0200 Subject: [PATCH] Remove ./ from the bower.json paths --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2b33ec6..26811a3 100644 --- a/bower.json +++ b/bower.json @@ -12,8 +12,8 @@ "prototype" ], "main": [ - "./dist/css/ratchet.css", - "./dist/js/ratchet.js" + "dist/css/ratchet.css", + "dist/js/ratchet.js" ], "ignore": [ "_config.yml",