Skip to content

Commit

Permalink
Merge pull request #6 from t-sauer/dependency-upgrade
Browse files Browse the repository at this point in the history
Upgraded dependencies
  • Loading branch information
t-sauer authored Jun 30, 2017
2 parents 69e1a28 + 9cd9fed commit ee15613
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 313 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^8.0.0",
"es6-promise": "^4.0.5",
"eslint": "^3.13.1",
"es6-promise": "^4.1.1",
"eslint": "^4.1.1",
"glob-all": "^3.0.1",
"mocha": "^3.2.0",
"tslint": "^5.1.0",
"typescript": "^2.1.5"
"mocha": "^3.4.2",
"tslint": "^5.4.3",
"typescript": "^2.4.1"
},
"dependencies": {
"chalk": "^1.1.0"
"chalk": "^2.0.1"
},
"peerDependencies": {
"tslint": ">= 4",
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/acceptanceTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe('Acceptance: mocha-tslint', () => {
}

const reasonsCount = results[6].split('\n')
.filter((line) => line.indexOf('Code did not pass lint rules') !== -1)
.length;
.filter((line) => line.indexOf('Code did not pass lint rules') !== -1)
.length;

if (reasonsCount !== 1) {
throw new Error(`Counted ${reasonsCount} failure reasons`);
Expand Down
Loading

0 comments on commit ee15613

Please sign in to comment.