Compare commits

..

No commits in common. "master" and "v0.2.1" have entirely different histories.

2 changed files with 14 additions and 7 deletions

View File

@ -1,14 +1,10 @@
Package.describe({ Package.describe({
summary: "Less-only Flat UI that doesn't require javascript", summary: "Less-only Flat UI that doesn't require javascript"
name: 'mrt:flatter-ui',
git: 'https://github.com/Rnhmjoj/flatter-ui.git',
version: '0.2.4'
}); });
Package.on_use(function (api){ Package.on_use(function (api){
api.use('less@1.0.8'); api.use('less');
api.use('jquery@1.0.0'); api.use('jquery');
api.use('mrt:font-awesome-4-less@4.3.9')
var fonts_path = 'lib/fonts/lato/'; var fonts_path = 'lib/fonts/lato/';
var bootstrap_path = 'lib/bootstrap/'; var bootstrap_path = 'lib/bootstrap/';

11
smart.json Executable file
View File

@ -0,0 +1,11 @@
{
"name": "flatter-ui",
"description": "Less-only Flat UI that doesn't require javascript",
"homepage": "https://github.com/Rnhmjoj/flatter-ui",
"author": "Michele Guerini Rocco <micheleguerinirocco@me.com>",
"version": "0.2.1",
"git": "https://github.com/rnhmjoj/flatter-ui.git",
"packages": {
"font-awesome": "4.1.10"
}
}