Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-12-17 16:41:15 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-12-22 10:59:36 +0400
commitb27fecb7a39cbc27ed3a0e4c30adee1f82aadc14 (patch)
treecf8551702cb795a84c45a16d374d6e0e4c1d604a /bower.json
parent29aaf66a8ac3744a62b05dd7534aa6fabed98136 (diff)
bower.json: sort by name.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 63616ee39c..b29c2702b5 100644
--- a/bower.json
+++ b/bower.json
@@ -2,8 +2,8 @@
"name": "bootstrap",
"version": "3.1.0",
"main": [
- "./dist/js/bootstrap.js",
"./dist/css/bootstrap.css",
+ "./dist/js/bootstrap.js",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
@@ -11,14 +11,14 @@
],
"ignore": [
"**/.*",
+ "*.html",
"_*",
- "docs-assets",
- "examples",
- "js/tests",
"CNAME",
- "CONTRIBUTING.md",
"composer.json",
- "*.html"
+ "CONTRIBUTING.md",
+ "docs-assets",
+ "examples",
+ "js/tests"
],
"dependencies": {
"jquery": ">= 1.9.0"