]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Drop remaining leading commas 11960/head
authorZlatan Vasović <legospace9876@gmail.com>
Fri, 20 Dec 2013 19:09:51 +0000 (20:09 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Fri, 20 Dec 2013 19:09:51 +0000 (20:09 +0100)
composer.json
package.json

index 81d7ef85d7e9eb08c93ed168082d7ee25d24ea6a..93ed9f2dfa6957c291a4420821d1adc174f71a2b 100644 (file)
@@ -1,25 +1,25 @@
 {
-    "name": "twbs/bootstrap"
-  , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
-  , "keywords": ["bootstrap", "css"]
-  , "homepage": "http://getbootstrap.com"
-  , "authors": [
-      {
-        "name": "Mark Otto",
-        "email": "markdotto@gmail.com"
-      },
-      {
-        "name": "Jacob Thornton",
-        "email": "jacobthornton@gmail.com"
-      }
-    ]
-  , "support": {
-      "issues": "https://github.com/twbs/bootstrap/issues"
+  "name": "twbs/bootstrap",
+  "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.",
+  "keywords": ["bootstrap", "css"],
+  "homepage": "http://getbootstrap.com",
+  "authors": [
+    {
+      "name": "Mark Otto",
+      "email": "markdotto@gmail.com"
+    },
+    {
+      "name": "Jacob Thornton",
+      "email": "jacobthornton@gmail.com"
+    }
+  ],
+  "support": {
+    "issues": "https://github.com/twbs/bootstrap/issues"
+  },
+  "license": "MIT",
+  "extra": {
+    "branch-alias": {
+      "dev-master": "3.0.x-dev"
     }
-  , "license": "MIT"
-  , "extra": {
-      "branch-alias": {
-        "dev-master": "3.0.x-dev"
-      }
   }
 }
index dbb921a66f9abc950729acc56d0e3c23a5d17b54..f03c193ac91cf74759d0025a7ce9614c5496dc92 100644 (file)
@@ -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": [
     {