Skip to content

Commit b5fe4f0

Browse files
authored
Merge pull request kunalkapadia#210 from KunalKapadia/develop
Develop to Master
2 parents 3076315 + 03eba31 commit b5fe4f0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "gulp",
1616
"lint": "esw *.js server config --color",
1717
"lint:watch": "yarn lint -- --watch",
18-
"test": "NODE_ENV=test babel-node node_modules/.bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
18+
"test": "cross-env NODE_ENV=test babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
1919
"test:watch": "yarn test -- --watch",
2020
"test:check-coverage": "yarn test && istanbul check-coverage",
2121
"report-coverage": "coveralls < ./coverage/lcov.info"
@@ -43,17 +43,17 @@
4343
"compression": "1.6.2",
4444
"cookie-parser": "1.4.3",
4545
"cors": "2.8.1",
46-
"debug": "^2.2.0",
46+
"debug": "^2.4.5",
4747
"express": "4.14.0",
4848
"express-jwt": "5.1.0",
4949
"express-validation": "1.0.1",
50-
"express-winston": "2.0.0",
50+
"express-winston": "2.1.2",
5151
"helmet": "3.1.0",
5252
"http-status": "^0.2.0",
53-
"joi": "9.2.0",
53+
"joi": "10.0.6",
5454
"jsonwebtoken": "7.1.9",
5555
"method-override": "^2.3.5",
56-
"mongoose": "4.7.0",
56+
"mongoose": "4.7.4",
5757
"morgan": "1.7.0",
5858
"winston": "2.3.0"
5959
},
@@ -64,11 +64,12 @@
6464
"babel-preset-es2015": "6.16.0",
6565
"babel-preset-stage-2": "6.18.0",
6666
"chai": "^3.4.1",
67-
"commitizen": "^2.8.2",
67+
"commitizen": "^2.9.2",
6868
"coveralls": "^2.11.6",
69+
"cross-env": "3.1.3",
6970
"cz-conventional-changelog": "1.2.0",
7071
"del": "^2.2.0",
71-
"eslint": "3.11.1",
72+
"eslint": "3.12.0",
7273
"eslint-config-airbnb-base": "7.1.0",
7374
"eslint-plugin-import": "1.16.0",
7475
"eslint-watch": "2.1.14",

0 commit comments

Comments
 (0)