acornjs / acorn-jsx

Alternative, faster React.js JSX parser
MIT License
648 stars 74 forks source link

Bump Acorn from v2.x to v3.x #33

Closed shinnn closed 8 years ago

shinnn commented 8 years ago

npm v3 tries to dedupe the dependencies by default, and keeping dependencies up-to-date helps better deduplication.

v2.x -> v3.x includes a breaking change: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#300-2016-02-10

shinnn commented 8 years ago

@RReverser Thanks for merging. Can you publish a new version?

shinnn commented 8 years ago

Friendly ping, @RReverser.

RReverser commented 8 years ago

It's been published for a while.

shinnn commented 8 years ago

@RReverser Sorry, I searched commit logs for "Version bump" commit, but I didn't notice the version bump is actually included in https://github.com/RReverser/acorn-jsx/commit/2b52a0d62820ea12bd95c0a07942cb39afffa349. I should have checked package.json instead of only commit messages.

Thanks for the new release.