aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-18 13:15:18 -0700
committerChris Rebert <[email protected]>2013-09-18 13:15:18 -0700
commit5deee652f927a0eebfceeea7d0584819bea0f766 (patch)
tree4bd28c8a6a299de6569df485dc3bf4298cdee529 /package.json
parent68099ec2756393f0996056b489a088048d3acc6c (diff)
parent3c0489102ee65bcb020a6fd5fc399d9806a46a51 (diff)
downloadbootstrap-5deee652f927a0eebfceeea7d0584819bea0f766.tar.xz
bootstrap-5deee652f927a0eebfceeea7d0584819bea0f766.zip
Merge pull request #10703 from XhmikosR/sort
Sort by name.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 477dba20e..a9227b558 100644
--- a/package.json
+++ b/package.json
@@ -22,12 +22,12 @@
, "devDependencies": {
"grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
- , "grunt-contrib-connect": "~0.5.0"
, "grunt-contrib-concat": "~0.3.0"
+ , "grunt-contrib-connect": "~0.5.0"
, "grunt-contrib-copy": "~0.4.1"
, "grunt-contrib-jshint": "~0.6.4"
- , "grunt-contrib-uglify": "~0.2.4"
, "grunt-contrib-qunit": "~0.2.2"
+ , "grunt-contrib-uglify": "~0.2.4"
, "grunt-contrib-watch": "~0.5.3"
, "grunt-html-validation": "~0.1.5"
, "grunt-jekyll": "~0.3.9"