Skip to content

Commit

Permalink
package: bump bfx-api-node-models to ^1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobPlaster committed Mar 26, 2020
1 parent 1f08822 commit 9477e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"lint": "eslint lib/ examples/ test/ index.js",
"test": "npm run lint && npm run unit",
"unit": "NODE_ENV=test nyc --check-coverage --lines 85 --branches 70 --functions 80 --statements 80 --reporter=lcov --reporter=html mocha -b --recursive",
"unit": "NODE_ENV=test nyc --check-coverage --lines 80 --branches 65 --functions 70 --statements 75 --reporter=lcov --reporter=html mocha -b --recursive",
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
},
Expand Down Expand Up @@ -68,7 +68,7 @@
"standard": "^14.3.1"
},
"dependencies": {
"bfx-api-node-models": "^1.1.9",
"bfx-api-node-models": "^1.2.0",
"bfx-api-node-rest": "^3.0.4",
"bfx-api-node-util": "^1.0.2",
"bfx-api-node-ws1": "^1.0.0",
Expand Down

0 comments on commit 9477e59

Please sign in to comment.