Skip to content

Commit

Permalink
fix: use new circuit fuses with enhanced logging (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jithine authored Sep 19, 2019
1 parent 448b065 commit 296bf45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'use strict';

const Fusebox = require('circuit-fuses');
const Fusebox = require('circuit-fuses').breaker;
const Scm = require('screwdriver-scm-base');
const hoek = require('hoek');
const joi = require('joi');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sinon": "^4.5.0"
},
"dependencies": {
"circuit-fuses": "^2.1.0",
"circuit-fuses": "^4.0.4",
"hoek": "^5.0.4",
"joi": "^13.7.0",
"request": "^2.88.0",
Expand Down

0 comments on commit 296bf45

Please sign in to comment.