ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Acorn 1.1.0 warning #42

Closed blimmer closed 9 years ago

blimmer commented 9 years ago

I see this warning when doing an npm install of this package:

npm WARN deprecated acorn@1.1.0: Accidental backwards-incompatibility in the AST walker
asakusuma commented 9 years ago

Thanks for reporting. I just tried bumping the acorn version to fix this, and it seems to have worked, can you confirm that you are no longer getting this warning? Make sure you're on ember-browserify@1.0.3

blimmer commented 9 years ago

Can confirm this is fixed with 1.0.3. Thank you!