Skip to content

Commit 0af5ee6

Browse files
committed
update bower version 2.0.0
1 parent 8f8090b commit 0af5ee6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc
3737
## Manual Start
3838
Install with [bower](http://bower.io/)?
3939

40-
`bower install bootflatv2`
40+
`bower install Bootflat#<version>`
41+
42+
The current version is: `2.0.0`
4143

4244
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.
4345

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"homepage": "http://bootflat.github.io",
55
"authors": [
6-
"Dong Xu <bootflat2@gmail.com>"
6+
"flathemes <info@flathemes.com>"
77
],
88
"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.",
99
"repository": {
@@ -24,14 +24,15 @@
2424
"bootstrap"
2525
],
2626
"license": "MIT",
27-
"private": false,
2827
"ignore": [
2928
"**/.*",
3029
"node_modules",
3130
"bower_components",
3231
"angularicons",
3332
"documentation.html",
3433
"getting-started.html",
35-
"index.html"
34+
"index.html",
35+
"test",
36+
"tests"
3637
]
3738
}

0 commit comments

Comments
 (0)