0af5ee6b by bootflat

update bower version 2.0.0

1 parent 8f8090b0
...@@ -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": {
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
24 "bootstrap" 24 "bootstrap"
25 ], 25 ],
26 "license": "MIT", 26 "license": "MIT",
27 "private": false,
28 "ignore": [ 27 "ignore": [
29 "**/.*", 28 "**/.*",
30 "node_modules", 29 "node_modules",
...@@ -32,6 +31,8 @@ ...@@ -32,6 +31,8 @@
32 "angularicons", 31 "angularicons",
33 "documentation.html", 32 "documentation.html",
34 "getting-started.html", 33 "getting-started.html",
35 "index.html" 34 "index.html",
35 "test",
36 "tests"
36 ] 37 ]
37 } 38 }
......