Skip to content

Commit

Permalink
Add missing 'use strict' (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored and sindresorhus committed Jun 26, 2019
1 parent 2b06e40 commit cba87e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stream.js
@@ -1,3 +1,4 @@
'use strict';
const isStream = require('is-stream');
const getStream = require('get-stream');
const mergeStream = require('merge-stream');
Expand Down

0 comments on commit cba87e1

Please sign in to comment.