diff options
| author | Zlatan Vasović <[email protected]> | 2013-12-20 20:09:51 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-12-20 20:09:51 +0100 |
| commit | b604c2fbacc1ffb7843a32f50f322db390766386 (patch) | |
| tree | faeb5a8935ba904399abef6dc1eab6594037ade6 /package.json | |
| parent | 2854c5c3fb65b709fbf32d05faccf7a294626cca (diff) | |
| download | bootstrap-b604c2fbacc1ffb7843a32f50f322db390766386.tar.xz bootstrap-b604c2fbacc1ffb7843a32f50f322db390766386.zip | |
Drop remaining leading commas
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index dbb921a66..f03c193ac 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "author": "Twitter, Inc.", "scripts": { "test": "grunt test" }, "repository": { - "type": "git" - , "url": "https://github.com/twbs/bootstrap.git" + "type": "git", + "url": "https://github.com/twbs/bootstrap.git" }, "bugs": { - "url": "https://github.com/twbs/bootstrap/issues" + "url": "https://github.com/twbs/bootstrap/issues" }, "licenses": [ { |
