Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Oct 22, 2019
1 parent b13f5a8 commit acf6858
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"hubot-slack": ">= 3.3.0 < 4.0.0"
},
"devDependencies": {
"chai": ">= 4.0.0 < 5.0.0",
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.10.0",
"coveralls": ">= 3.0.0 < 4.0.0",
"david": ">= 11.0.0 < 12.0.0",
"hubot-mock-adapter": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": ">= 3.5.3 < 4.0.0"
"chai": "latest",
"coffee-coverage": "latest",
"coffeescript": "latest",
"coveralls": "latest",
"david": "latest",
"hubot-mock-adapter": "latest",
"istanbul": "latest",
"mocha": "latest"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
},
"scripts": {
"test": "mocha --require coffee-coverage/register-istanbul",
"test": "mocha \"test/**/*.{js,coffee}\"",
"coverage": "istanbul report text-summary lcov"
}
}
4 changes: 2 additions & 2 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--compilers coffee:coffee-script/register
--recursive
--require coffeescript/register
--require coffee-coverage/register-istanbul

0 comments on commit acf6858

Please sign in to comment.