2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -2
View 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"
}
}