diff options
| author | Mark Otto <[email protected]> | 2013-12-22 22:20:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-22 22:20:23 -0800 |
| commit | 45a8a9508ed8c2cced5e8ce0b21ef3fd11fe6e15 (patch) | |
| tree | d85c91605864a2a54f796589d4409ba878b378f0 /bower.json | |
| parent | 90ba7fa83665b380619e38c371f1077187a513e0 (diff) | |
| parent | b27fecb7a39cbc27ed3a0e4c30adee1f82aadc14 (diff) | |
| download | bootstrap-45a8a9508ed8c2cced5e8ce0b21ef3fd11fe6e15.tar.xz bootstrap-45a8a9508ed8c2cced5e8ce0b21ef3fd11fe6e15.zip | |
Merge pull request #11974 from XhmikosR/meta
Normalize meta
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json index 63616ee39..b29c2702b 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" |
