Skip to content

Commit

Permalink
Update browserify, eslint, jscs-jsdoc, markdown-table
Browse files Browse the repository at this point in the history
*   Refactor to fix new warnings added by jscs-jsdoc.
  • Loading branch information
wooorm committed Jun 16, 2015
1 parent d656ebf commit ee2f575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/franc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ var MAX_DIFFERENCE = 300;
* > [[0, 20], [0, 1], [0, 5]].sort(sort);
* // [[0, 1], [0, 5], [0, 20]]
*
* @param {{1: number}} a
* @param {{1: number}} b
* @param {Object} a
* @param {Object} b
*/
function sort(a, b) {
return a[1] - b[1];
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"franc": "cli.js"
},
"devDependencies": {
"browserify": "^9.0.0",
"eslint": "^0.17.0",
"browserify": "^10.0.0",
"eslint": "^0.23.0",
"esmangle": "^1.0.0",
"iso-639-3": "^0.2.0",
"istanbul": "^0.3.0",
"jscs": "^1.0.0",
"jscs-jsdoc": "^0.4.0",
"markdown-table": "^0.3.0",
"jscs-jsdoc": "^1.0.0",
"markdown-table": "^0.4.0",
"matcha": "^0.6.0",
"mocha": "^2.0.0",
"phantom": "^0.7.0",
Expand Down

0 comments on commit ee2f575

Please sign in to comment.