bengourley / browjadify

Browserify transform. Injects compiled jade templates in place of compileJade() function calls.
7 stars 4 forks source link

Bump falafel to remove git esprima-dev sub dependency #8

Closed microadam closed 8 years ago

microadam commented 8 years ago

Only done the minimum bump required. Gets rid of the nasty substack/esprima#is-keyword dependency that can cause issues when shrinkwrapping.

Tests all still passing

bengourley commented 8 years ago

I looked at the changelog for falafel, it uses an entirely new JS parser at v1.0.0 so I'd say may as well bump all the way up to the latest version?

microadam commented 8 years ago

Makes sense! Done the upgrade, tests still pass (also changed from ~ to ^)

bengourley commented 8 years ago

Published version 2.5.0