Skip to content

Commit

Permalink
update to mocha@6.1.1 to fix line ending issues in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Apr 7, 2019
1 parent c4ecbaf commit 6fdc580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"mocha": "^6.1.0",
"mocha": "^6.1.1",
"typescript": "^3.4.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,10 @@ mkdirp@0.5.1, mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.0.tgz#3c3714e951b3c8ee4d2283d41b7407a1eecfed8f"
integrity sha512-cyKQPahVzaWsCgH86yWjKKxVgAKeN9MsyooMXmJtJa4nLbWxvXXjnPZU0cr9qRVOutirgfOVDzhVqorm8BBYKQ==
mocha@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.1.tgz#b4f81a9b673649ef72098cb56bfddbfd39da5127"
integrity sha512-ayfr68s4kyDnCU0hjkTk5Z8J8dqr1iPUuVjmd+dLFgaGKOPlgx1XrOGn5k3H1LlXNnLBb8voZMYMKxchiA4Ujg==
dependencies:
ansi-colors "3.2.3"
browser-stdout "1.3.1"
Expand Down

0 comments on commit 6fdc580

Please sign in to comment.