Skip to content

Commit

Permalink
Merge pull request #85 from LinusU/eslint-7
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed May 12, 2020
2 parents 1cc843a + af4d9c7 commit f4f81f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -262,4 +262,4 @@ function ensure (bool, fieldName) {

// Workaround Browserify v13 bug
// https://github.com/substack/node-browserify/issues/1483
;((() => { Buffer.alloc(0) }))()
;(() => { Buffer.alloc(0) })()

0 comments on commit f4f81f9

Please sign in to comment.