From: Zlatan Vasović Date: Sun, 13 Oct 2013 10:53:48 +0000 (+0200) Subject: Sort dependencies A-Z X-Git-Tag: v3.0.1~39^2~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75f8a5bf64acc5ffb45c8bb6221e412b0b08bcd;p=thirdparty%2Fbootstrap.git Sort dependencies A-Z --- diff --git a/package.json b/package.json index c60f2decf6..a4b5fdefba 100644 --- a/package.json +++ b/package.json @@ -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" } }