Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed May 14, 2018
1 parent 196c398 commit 3042a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "adrai",
"name": "sessionstore",
"version": "1.3.2",
"version": "1.3.1",
"private": false,
"main": "index.js",
"engines": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"async": "2.6.0",
"jsondate": "0.0.1",
"lodash": "^4.17.10",
"lodash": "4.17.10",
"parent-require": "1.0.0",
"tolerance": "1.0.0"
},
Expand All @@ -25,7 +25,7 @@
"express": ">= 2.5.0",
"express-session": ">= 1.0.0",
"memjs": "0.x.x",
"mocha": "^5.1.1",
"mocha": ">= 5.1.1",
"mongodb": "2.1.x",
"redis": ">= 0.10.1",
"tingodb": ">= 0.0.1"
Expand Down Expand Up @@ -59,6 +59,6 @@
}
],
"scripts": {
"test": "mocha"
"test": "mocha --exit"
}
}

0 comments on commit 3042a0c

Please sign in to comment.