diff options
| author | Mark Otto <[email protected]> | 2013-12-20 11:18:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-20 11:18:04 -0800 |
| commit | e1bd300f2f38a32a5baccfcd5dcd83577b7960aa (patch) | |
| tree | 289fe15c8208b4fb136faed514e7fe2fedbb98fb /package.json | |
| parent | f1d4a3bb5cb40cb81c18730d4c2ab8ef5b8dc3fe (diff) | |
| parent | b604c2fbacc1ffb7843a32f50f322db390766386 (diff) | |
| download | bootstrap-e1bd300f2f38a32a5baccfcd5dcd83577b7960aa.tar.xz bootstrap-e1bd300f2f38a32a5baccfcd5dcd83577b7960aa.zip | |
Merge pull request #11960 from ZDroid/no-leading-commas-json
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 b1b7b9000..882025622 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": [ { |
