From b78f1106e4a1b6fa3cbd99d854f5ebaab98f0df7 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Thu, 29 Jun 2017 17:34:12 -0400 Subject: [PATCH] removes invalid-meta data from bower.json --- bower.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 2319aea33..86b5a1aae 100644 --- a/bower.json +++ b/bower.json @@ -51,10 +51,6 @@ "license": "BSD-3-Clause", "main": [ "dist/css/fuelux.css", - "dist/js/fuelux.js", - "dist/fonts/fuelux.eot", - "dist/fonts/fuelux.svg", - "dist/fonts/fuelux.ttf", - "dist/fonts/fuelux.woff" + "dist/js/fuelux.js" ] }