diff --git a/package.js b/package.js index 799c7a5..3107253 100755 --- a/package.js +++ b/package.js @@ -5,6 +5,7 @@ Package.describe({ Package.on_use(function (api){ api.use('less'); api.use('jquery'); + api.use('mrt:font-awesome-4-less') var fonts_path = 'lib/fonts/lato/'; var bootstrap_path = 'lib/bootstrap/'; diff --git a/smart.json b/smart.json deleted file mode 100755 index f6cf697..0000000 --- a/smart.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "flatter-ui", - "description": "Less-only Flat UI that doesn't require javascript", - "homepage": "https://github.com/Rnhmjoj/flatter-ui", - "author": "Michele Guerini Rocco ", - "version": "0.2.2", - "git": "https://github.com/rnhmjoj/flatter-ui.git", - "packages": { - "font-awesome": "4.1.0" - } -}