From edd9f580777b9ff58845cbff587fefde98e550fc Mon Sep 17 00:00:00 2001 From: Luca Mussi Date: Sat, 8 Aug 2015 15:26:07 +0200 Subject: [PATCH] removed less dependency --- lib/{at_foundation.less => at_foundation.css} | 0 package.js | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename lib/{at_foundation.less => at_foundation.css} (100%) diff --git a/lib/at_foundation.less b/lib/at_foundation.css similarity index 100% rename from lib/at_foundation.less rename to lib/at_foundation.css diff --git a/package.js b/package.js index 1c85e55..a03e91d 100644 --- a/package.js +++ b/package.js @@ -9,7 +9,6 @@ Package.on_use(function(api, where) { api.versionsFrom('METEOR@1.0'); api.use([ - 'less', 'templating', ], 'client'); @@ -59,7 +58,7 @@ Package.on_use(function(api, where) { 'lib/at_title.html', 'lib/at_title.js', 'lib/full_page_at_form.html', - 'lib/at_foundation.less' + 'lib/at_foundation.css' ], ['client']); });