|
15 | 15 | "build": "gulp", |
16 | 16 | "lint": "esw *.js server config --color", |
17 | 17 | "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", |
19 | 19 | "test:watch": "yarn test -- --watch", |
20 | 20 | "test:check-coverage": "yarn test && istanbul check-coverage", |
21 | 21 | "report-coverage": "coveralls < ./coverage/lcov.info" |
|
43 | 43 | "compression": "1.6.2", |
44 | 44 | "cookie-parser": "1.4.3", |
45 | 45 | "cors": "2.8.1", |
46 | | - "debug": "^2.2.0", |
| 46 | + "debug": "^2.4.5", |
47 | 47 | "express": "4.14.0", |
48 | 48 | "express-jwt": "5.1.0", |
49 | 49 | "express-validation": "1.0.1", |
50 | | - "express-winston": "2.0.0", |
| 50 | + "express-winston": "2.1.2", |
51 | 51 | "helmet": "3.1.0", |
52 | 52 | "http-status": "^0.2.0", |
53 | | - "joi": "9.2.0", |
| 53 | + "joi": "10.0.6", |
54 | 54 | "jsonwebtoken": "7.1.9", |
55 | 55 | "method-override": "^2.3.5", |
56 | | - "mongoose": "4.7.0", |
| 56 | + "mongoose": "4.7.4", |
57 | 57 | "morgan": "1.7.0", |
58 | 58 | "winston": "2.3.0" |
59 | 59 | }, |
|
64 | 64 | "babel-preset-es2015": "6.16.0", |
65 | 65 | "babel-preset-stage-2": "6.18.0", |
66 | 66 | "chai": "^3.4.1", |
67 | | - "commitizen": "^2.8.2", |
| 67 | + "commitizen": "^2.9.2", |
68 | 68 | "coveralls": "^2.11.6", |
| 69 | + "cross-env": "3.1.3", |
69 | 70 | "cz-conventional-changelog": "1.2.0", |
70 | 71 | "del": "^2.2.0", |
71 | | - "eslint": "3.11.1", |
| 72 | + "eslint": "3.12.0", |
72 | 73 | "eslint-config-airbnb-base": "7.1.0", |
73 | 74 | "eslint-plugin-import": "1.16.0", |
74 | 75 | "eslint-watch": "2.1.14", |
|
0 commit comments