Skip to content

Commit

Permalink
Sort by name.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 18, 2013
1 parent 68099ec commit 3c04891
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions js/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"asi" : true,
"boss" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"curly" : false,
"debug" : true,
"devel" : true,
"curly" : false,
"boss" : true,
"eqeqeq" : false,
"eqnull" : true,
"expr" : true,
"asi" : true
"laxbreak" : true,
"laxcomma" : true,
"validthis": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c04891

Please sign in to comment.