Compare commits
No commits in common. "master" and "v0.2.1" have entirely different histories.
10
package.js
10
package.js
@ -1,14 +1,10 @@
|
||||
Package.describe({
|
||||
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'
|
||||
summary: "Less-only Flat UI that doesn't require javascript"
|
||||
});
|
||||
|
||||
Package.on_use(function (api){
|
||||
api.use('less@1.0.8');
|
||||
api.use('jquery@1.0.0');
|
||||
api.use('mrt:font-awesome-4-less@4.3.9')
|
||||
api.use('less');
|
||||
api.use('jquery');
|
||||
|
||||
var fonts_path = 'lib/fonts/lato/';
|
||||
var bootstrap_path = 'lib/bootstrap/';
|
||||
|
11
smart.json
Executable file
11
smart.json
Executable 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user