Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 16, 2017
1 parent 2ccb4ed commit 19fa8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -85,7 +85,7 @@ describe('kindOf', function() {
});
});

if (major >= 5) {
if (major > 5) {
require('./es6')();
}
});

0 comments on commit 19fa8ab

Please sign in to comment.