Skip to content

Commit

Permalink
updating mocha version (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkpow committed Sep 19, 2018
1 parent b78046b commit f7c55cf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 128 deletions.
160 changes: 35 additions & 125 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,8 +8,8 @@
"main": "index.js",
"scripts": {
"test": "npm -s run mocha && npm run -s lint",
"test:debug": "mocha debug -R spec test --recursive",
"mocha": "mocha -R spec test --recursive",
"test:debug": "mocha debug -R spec test --recursive --exit",
"mocha": "mocha -R spec test --recursive --exit",
"lint": "eslint index.js **/*js"
},
"repository": {
Expand All @@ -33,7 +33,7 @@
"cookie-parser": "^1.4.3",
"eslint": "^4.19.1",
"express": "^4.15.4",
"mocha": "^3.5.0",
"mocha": "^5.2.0",
"supertest": "^3.0.0"
},
"dependencies": {
Expand Down

0 comments on commit f7c55cf

Please sign in to comment.