Merge remote-tracking branch 'origin/v2.0.0'
Showing
2 changed files
with
5 additions
and
2 deletions
... | @@ -37,7 +37,9 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc | ... | @@ -37,7 +37,9 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc |
37 | ## Manual Start | 37 | ## Manual Start |
38 | Install with [bower](http://bower.io/)? | 38 | Install with [bower](http://bower.io/)? |
39 | 39 | ||
40 | `bower install bootflatv2` | 40 | `bower install Bootflat#<version>` |
41 | |||
42 | The current version is: `2.0.0` | ||
41 | 43 | ||
42 | The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. | 44 | The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. |
43 | 45 | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | "version": "2.0.0", | 3 | "version": "2.0.0", |
4 | "homepage": "http://bootflat.github.io", | 4 | "homepage": "http://bootflat.github.io", |
5 | "authors": [ | 5 | "authors": [ |
6 | "Dong Xu <bootflat2@gmail.com>" | 6 | "flathemes <info@flathemes.com>" |
7 | ], | 7 | ], |
8 | "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.", | 8 | "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.", |
9 | "repository": { | 9 | "repository": { |
... | @@ -29,6 +29,7 @@ | ... | @@ -29,6 +29,7 @@ |
29 | "node_modules", | 29 | "node_modules", |
30 | "bower_components", | 30 | "bower_components", |
31 | "angularicons", | 31 | "angularicons", |
32 | "free-psd.html", | ||
32 | "documentation.html", | 33 | "documentation.html", |
33 | "getting-started.html", | 34 | "getting-started.html", |
34 | "index.html", | 35 | "index.html", | ... | ... |
-
Please register or sign in to post a comment