Skip to content

Commit

Permalink
💄 Sort dependencies lexicographically
Browse files Browse the repository at this point in the history
  • Loading branch information
jpventura committed Nov 2, 2016
1 parent 10b3a91 commit 440d9fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"index.html"
],
"dependencies": {
"firebase": "2.0.x",
"backbone": "<=1.1.0",
"firebase": "2.0.x",
"underscore": "~1.5.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@
"grunt": "~0.4.1",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-copy": "^0.1.0",
"grunt-karma": "^0.8.3",
"grunt-notify": "~0.2.7",
"grunt-serve": "^0.1.6",
"istanbul": "^0.3.2",
"karma": "~0.13.9",
"karma-chai": "0.0.2",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-failed-reporter": "0.0.2",
"karma-mocha": "~0.1.0",
Expand All @@ -54,11 +58,7 @@
"karma-sinon": "~1.0.0",
"karma-spec-reporter": "0.0.13",
"mocha": "~1.14.0",
"requirejs": "~2.1.9",
"karma-chrome-launcher": "^0.1.4",
"grunt-copy": "^0.1.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-serve": "^0.1.6"
"requirejs": "~2.1.9"
},
"scripts": {
"test": "grunt test",
Expand Down

0 comments on commit 440d9fa

Please sign in to comment.