bower.json: sort by name.

This commit is contained in:
XhmikosR 2013-12-17 14:41:15 +02:00
parent 29aaf66a8a
commit b27fecb7a3
1 changed files with 6 additions and 6 deletions

View 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",
@ -11,14 +11,14 @@
],
"ignore": [
"**/.*",
"*.html",
"_*",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs-assets",
"examples",
"js/tests",
"CNAME",
"CONTRIBUTING.md",
"composer.json",
"*.html"
"js/tests"
],
"dependencies": {
"jquery": ">= 1.9.0"