Skip to content

Commit 9477e59

Browse files
committed
package: bump bfx-api-node-models to ^1.2.0
1 parent 1f08822 commit 9477e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"lint": "eslint lib/ examples/ test/ index.js",
1616
"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",
1818
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
1919
"build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
2020
},
@@ -68,7 +68,7 @@
6868
"standard": "^14.3.1"
6969
},
7070
"dependencies": {
71-
"bfx-api-node-models": "^1.1.9",
71+
"bfx-api-node-models": "^1.2.0",
7272
"bfx-api-node-rest": "^3.0.4",
7373
"bfx-api-node-util": "^1.0.2",
7474
"bfx-api-node-ws1": "^1.0.0",

0 commit comments

Comments
 (0)