]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bower.json: sort by name. 11974/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 17 Dec 2013 12:41:15 +0000 (14:41 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 22 Dec 2013 06:59:36 +0000 (08:59 +0200)
bower.json

index 63616ee39c347210a8bb36a0077208a4fad31514..b29c2702b522ae6ccd925a3a1a6ccc1c5f5ad6cf 100644 (file)
@@ -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",
   ],
   "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"