Update dependencies: eslint to 3.0.1.

This commit is contained in:
David Anson 2016-07-05 14:49:33 -07:00
parent c668c7c6a9
commit 0a6e3e0ae8
2 changed files with 2 additions and 2 deletions

View file

@ -799,7 +799,7 @@ module.exports = [
}; };
} }
} }
var state = base; // eslint-disable-line no-unused-vars var state = base;
params.tokens.forEach(function forToken(token) { params.tokens.forEach(function forToken(token) {
state = state(token) || base; state = state(token) || base;
}); });

View file

@ -26,7 +26,7 @@
"devDependencies": { "devDependencies": {
"browserify": "^13.0.1", "browserify": "^13.0.1",
"cpy-cli": "^1.0.1", "cpy-cli": "^1.0.1",
"eslint": "^3.0.0", "eslint": "^3.0.1",
"glob": "^7.0.5", "glob": "^7.0.5",
"istanbul": "^0.4.4", "istanbul": "^0.4.4",
"nodeunit": "^0.9.1", "nodeunit": "^0.9.1",