Skip to content

Commit

Permalink
Merge pull request #19 from kevinansfield/node-4-compat
Browse files Browse the repository at this point in the history
Fix Node.js 4.x compatibility
  • Loading branch information
romulomachado committed Feb 8, 2018
2 parents fac72ee + 9fda91b commit f9eabb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/difference.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-env node */
'use strict';

/**
* Finds the difference between 2 arrays.
*
Expand Down
2 changes: 2 additions & 0 deletions lib/intersection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-env node */
'use strict';

/**
* Finds the intersection between 2 arrays.
*
Expand Down

0 comments on commit f9eabb7

Please sign in to comment.