aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-12-20 20:09:51 +0100
committerZlatan Vasović <[email protected]>2013-12-20 20:09:51 +0100
commitb604c2fbacc1ffb7843a32f50f322db390766386 (patch)
treefaeb5a8935ba904399abef6dc1eab6594037ade6 /package.json
parent2854c5c3fb65b709fbf32d05faccf7a294626cca (diff)
downloadbootstrap-b604c2fbacc1ffb7843a32f50f322db390766386.tar.xz
bootstrap-b604c2fbacc1ffb7843a32f50f322db390766386.zip
Drop remaining leading commas
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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": [
{