Skip to content

Commit

Permalink
- npm: Fix devDeps. alphabetization
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 3, 2020
1 parent 440eb3c commit de565c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.4.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-uglify": "^4.0.1",
"grunt-eslint": "*",
"grunt-mocha": "^1.2.0",
"eslint": "^7.4.0",
"jquery": "^3.5.1",
"mocha": "^7.2.0"
}
Expand Down

0 comments on commit de565c5

Please sign in to comment.