File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"lint" : " eslint lib/ examples/ test/ index.js" ,
16
16
"test" : " npm run lint && npm run unit" ,
17
- "unit" : " NODE_ENV=test nyc --check-coverage --lines 85 --branches 70 --functions 80 --statements 80 --reporter=lcov --reporter=html mocha -b --recursive" ,
17
+ "unit" : " NODE_ENV=test nyc --check-coverage --lines 80 --branches 65 --functions 70 --statements 75 --reporter=lcov --reporter=html mocha -b --recursive" ,
18
18
"docs" : " rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" ,
19
19
"build" : " babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
20
20
},
68
68
"standard" : " ^14.3.1"
69
69
},
70
70
"dependencies" : {
71
- "bfx-api-node-models" : " ^1.1.9 " ,
71
+ "bfx-api-node-models" : " ^1.2.0 " ,
72
72
"bfx-api-node-rest" : " ^3.0.4" ,
73
73
"bfx-api-node-util" : " ^1.0.2" ,
74
74
"bfx-api-node-ws1" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments