You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@m90
A newer release won't likely be out for weeks or months depending on Jeremy's travel plans. You can however reference your npm dep to a commit hash:
"underscore": "jashkenas/underscore#616b1f8"
We usually track tasks for release in a dedicate issue.
The last time underscore was published to npm seems to be a long time ago (i.e. April 2015).
I just ran into trouble when browserifying/babelifying an application because of this: 7fc15e5
1.8.3 would tell me that
root
is undefined in the bundled file and throw at accessingroot._
. When I pull from the github repo the build will be ok.Could we get all this fine stuff here: 1.8.3...master released to npm?
The text was updated successfully, but these errors were encountered: