]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sort dependencies A-Z
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 13 Oct 2013 10:53:48 +0000 (12:53 +0200)
committerChris Rebert <code@rebertia.com>
Sun, 13 Oct 2013 12:31:47 +0000 (05:31 -0700)
package.json

index c60f2decf6593cc22029ae3998b75916a2dc5440..a4b5fdefbaa9f8cea8bacd55773aed5b0631cbf8 100644 (file)
@@ -20,7 +20,8 @@
     }
   ]
   , "devDependencies": {
-      "btoa": "~1.1.1"
+      "browserstack-runner": "~0.0.12"
+    , "btoa": "~1.1.1"
     , "grunt": "~0.4.1"
     , "grunt-contrib-clean": "~0.5.0"
     , "grunt-contrib-concat": "~0.3.0"
@@ -33,6 +34,5 @@
     , "grunt-html-validation": "~0.1.5"
     , "grunt-jekyll": "~0.4.0"
     , "grunt-recess": "~0.4.0"
-    , "browserstack-runner": "~0.0.12"
   }
 }