1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-05 13:17:32 +02:00

Sort dependencies A-Z

This commit is contained in:
Zlatan Vasović
2013-10-13 12:53:48 +02:00
committed by Chris Rebert
parent 570aa8a309
commit c75f8a5bf6

View File

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