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 88 "engines" : {
99 "node" : " >=4.6.0" ,
1010 "npm" : " >=2.15.9" ,
11- "yarn" : " >=0.17.9 "
11+ "yarn" : " >=0.20.0 "
1212 },
1313 "scripts" : {
1414 "start" : " gulp serve" ,
1515 "build" : " gulp" ,
1616 "lint" : " esw *.js server config --color" ,
1717 "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" ,
1919 "test:watch" : " yarn test -- --watch" ,
2020 "test:check-coverage" : " yarn test && istanbul check-coverage" ,
2121 "report-coverage" : " coveralls < ./coverage/lcov.info"
5050 "express-winston" : " 2.1.2" ,
5151 "helmet" : " 3.1.0" ,
5252 "http-status" : " ^0.2.0" ,
53+ "istanbul" : " v1.1.0-alpha.1" ,
5354 "joi" : " 10.0.6" ,
5455 "jsonwebtoken" : " 7.1.9" ,
5556 "method-override" : " ^2.3.5" ,
You can’t perform that action at this time.
0 commit comments