Skip to content

Commit

Permalink
fix: Add 'use strict'; everywhere!
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Nov 1, 2016
1 parent 7bd9809 commit 87ea863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/promisify.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const Fidelity = require('fidelity');

module.exports = exports = function promisify (func) {
Expand Down
2 changes: 2 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const test = require('tape');
const Fidelity = require('fidelity');
const circuitBreaker = require('../');
Expand Down

0 comments on commit 87ea863

Please sign in to comment.