Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Jan 12, 2017
1 parent b9540d4 commit 1051719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"coverage": "nyc report --reporter=html",
"benchmark": "node benchmarks/multi_bench.js",
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
"posttest": "eslint . --fix && npm run coverage",
"lint": "eslint . --fix && npm run coverage",
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
},
"dependencies": {
Expand All @@ -36,7 +36,7 @@
"bluebird": "^3.0.2",
"coveralls": "^2.11.2",
"intercept-stdout": "~0.1.2",
"eslint": "^2.5.0",
"eslint": "^3.5.0",
"metrics": "^0.1.9",
"mocha": "^2.3.2",
"nyc": "^8.3.0",
Expand Down

0 comments on commit 1051719

Please sign in to comment.