diff options
| author | Chris Rebert <[email protected]> | 2013-12-06 09:42:39 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-06 09:42:39 -0800 |
| commit | 5e8db4ad11dfa283ebb1be9b8d4085466fc0db60 (patch) | |
| tree | 78535f3ad7c29152520e18cc00cda1d49871df4a | |
| parent | 7b06538c911f40c46ae67b0c0df7afdfbcb5d00a (diff) | |
| parent | 68a6e57b1507565f20f754118aede4ae4e2c9252 (diff) | |
| download | bootstrap-5e8db4ad11dfa283ebb1be9b8d4085466fc0db60.tar.xz bootstrap-5e8db4ad11dfa283ebb1be9b8d4085466fc0db60.zip | |
Merge pull request #11740 from XhmikosR/trailing-spaces
Remove trailing spaces
| -rw-r--r-- | bower.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json index 02bd14c6d..2051ca710 100644 --- a/bower.json +++ b/bower.json @@ -2,8 +2,8 @@ "name": "bootstrap", "version": "3.0.3", "main": [ - "./dist/js/bootstrap.js", - "./dist/css/bootstrap.css", + "./dist/js/bootstrap.js", + "./dist/css/bootstrap.css", "./dist/fonts/glyphicons-halflings-regular.eot", "./dist/fonts/glyphicons-halflings-regular.svg", "./dist/fonts/glyphicons-halflings-regular.ttf", |
