Skip to content

Commit

Permalink
chore(package): upgrade all dependencies
Browse files Browse the repository at this point in the history
This updates to the latest version within the declared ranges in package.json. `tslint` now warns about unread variables, so I fixed the one instance of that in the codebase.
  • Loading branch information
eventualbuddha committed Dec 22, 2017
1 parent 93599f4 commit 2bc6770
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 398 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@ export default async function run(
});
}

let hasErrors = false;

for (let result of runner.run()) {
if (result.error !== null) {
stats.errors++;
hasErrors = true;
}
stats.total++;
}
Expand Down
Loading

0 comments on commit 2bc6770

Please sign in to comment.