browserify / browser-resolve

resolve function which support the browser field in package.json
MIT License
102 stars 70 forks source link

Use resolve 1.1.6 #60

Closed matthewp closed 9 years ago

matthewp commented 9 years ago

1.1.6 has an important bug fix https://github.com/substack/node-resolve/pull/77 that is not in Browserify currently because browser-resolve is pinned to 1.1.5. Is there a reason why it is pinned this way? If not can this be updated so that the fix makes its way to Browserify? @defunctzombie @substack

defunctzombie commented 9 years ago

Yes, it is pinned because I don't like code changing out from under me on every install.

Happy to review a PR that updates the dependency.

matthewp commented 9 years ago

Sure, no problem.