Skip to content

Commit

Permalink
Drop the incorrect .default
Browse files Browse the repository at this point in the history
  • Loading branch information
jawline committed Apr 1, 2016
1 parent 4157609 commit f4847fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/package.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
export default function(mode, path) {

if (mode === 'native') {
return {
default: require('./z3_bindings_ref_es5.js').default(path)
};
return require('./z3_bindings_ref_es5.js').default(path);
}

return require('./z3_bindings_em_es5.js').default;
Expand Down

0 comments on commit f4847fb

Please sign in to comment.