mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
bower.json: sort by name.
This commit is contained in:
parent
29aaf66a8a
commit
b27fecb7a3
12
bower.json
12
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",
|
||||
"_*",
|
||||
"CNAME",
|
||||
"composer.json",
|
||||
"CONTRIBUTING.md",
|
||||
"docs-assets",
|
||||
"examples",
|
||||
"js/tests",
|
||||
"CNAME",
|
||||
"CONTRIBUTING.md",
|
||||
"composer.json",
|
||||
"*.html"
|
||||
"js/tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.9.0"
|
||||
|
Loading…
Reference in New Issue
Block a user