File tree Expand file tree Collapse file tree 2 files changed +796
-689
lines changed Expand file tree Collapse file tree 2 files changed +796
-689
lines changed Original file line number Diff line number Diff line change 8
8
"engines" : {
9
9
"node" : " >=4.6.0" ,
10
10
"npm" : " >=2.15.9" ,
11
- "yarn" : " >=0.17.9 "
11
+ "yarn" : " >=0.20.0 "
12
12
},
13
13
"scripts" : {
14
14
"start" : " gulp serve" ,
15
15
"build" : " gulp" ,
16
16
"lint" : " esw *.js server config --color" ,
17
17
"lint:watch" : " yarn lint -- --watch" ,
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" ,
18
+ "test" : " cross-env NODE_ENV=test babel-node node_modules/. bin/isparta cover _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"
50
50
"express-winston" : " 2.1.2" ,
51
51
"helmet" : " 3.1.0" ,
52
52
"http-status" : " ^0.2.0" ,
53
+ "istanbul" : " v1.1.0-alpha.1" ,
53
54
"joi" : " 10.0.6" ,
54
55
"jsonwebtoken" : " 7.1.9" ,
55
56
"method-override" : " ^2.3.5" ,
You can’t perform that action at this time.
0 commit comments