Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Aug 28, 2016
1 parent 2c46856 commit 0f12d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -5,7 +5,7 @@ if (!detect.collections()) {
require('core-js/es6/map')
}

if (detect.all('class', 'arrowFunction', 'let', 'const', 'spread')) {
if (detect.all('class', 'arrowFunction', 'let', 'const', 'spread', 'destructuring')) {
module.exports = require('./src/lib/usage-stats')
} else {
require('core-js/es6/object')
Expand Down

0 comments on commit 0f12d16

Please sign in to comment.