Compare commits

..

10 Commits

Author SHA1 Message Date
Rnhmjoj
f42987994d Update 0.2.4 2014-09-22 20:50:55 +02:00
Rnhmjoj
b6a722492c Add git url 2014-09-22 20:49:02 +02:00
Rnhmjoj
cadd50b4f2 Specify version for EVERY dependency 2014-09-22 20:37:46 +02:00
Rnhmjoj
e4069b4078 Specify version for font-awesome 2014-09-22 20:36:11 +02:00
Rnhmjoj
8ee302a448 Forgot a coma 2014-09-22 20:30:35 +02:00
Rnhmjoj
a83b65a7d1 Specify package name 2014-09-22 20:29:15 +02:00
Rnhmjoj
6aad476ed7 update version 2014-09-22 20:25:56 +02:00
Rnhmjoj
2b8aa5223d Trying new package system 2014-09-22 20:08:52 +02:00
Rnhmjoj
677dda8d1c Update 0.2.2 2014-08-14 22:35:54 +02:00
Rnhmjoj
61b58dcc85 Fix wrong dependancy version 2014-08-14 22:33:11 +02:00
2 changed files with 7 additions and 14 deletions

View File

@ -1,10 +1,14 @@
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){
api.use('less');
api.use('jquery');
api.use('less@1.0.8');
api.use('jquery@1.0.0');
api.use('mrt:font-awesome-4-less@4.3.9')
var fonts_path = 'lib/fonts/lato/';
var bootstrap_path = 'lib/bootstrap/';

View File

@ -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 <micheleguerinirocco@me.com>",
"version": "0.2.1",
"git": "https://github.com/rnhmjoj/flatter-ui.git",
"packages": {
"font-awesome": "4.1.10"
}
}