Skip to content

Commit

Permalink
remove "version" export
Browse files Browse the repository at this point in the history
this causes naïve bundlers to pull in all of package.json
  • Loading branch information
michaelficarra committed Mar 23, 2020
1 parent 54d608c commit f522cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion estraverse.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@
return tree;
}

exports.version = require('./package.json').version;
exports.Syntax = Syntax;
exports.traverse = traverse;
exports.replace = replace;
Expand Down

0 comments on commit f522cbe

Please sign in to comment.