montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.1k stars 183 forks source link

2.0.2 breaks dependent libraries #132

Closed AlicanC closed 6 years ago

AlicanC commented 9 years ago

gtor depends on ^2.0.1 which currently resolves to 2.0.2 on npm. Sadly, all "shim*.js" files were removed in 2.0.2 and that breaks gtor (and probably other libraries).

You can see both packages for comparison: https://registry.npmjs.org/collections/-/collections-2.0.1.tgz https://registry.npmjs.org/collections/-/collections-2.0.2.tgz

kriskowal commented 9 years ago

I’m going to call this a gtor bug.

AlicanC commented 9 years ago

Should I open an issue there?

kriskowal commented 9 years ago

or a PR

On Fri, Oct 30, 2015 at 2:28 PM, Alican Çubukçuoğlu < notifications@github.com> wrote:

Should I open an issue there?

— Reply to this email directly or view it on GitHub https://github.com/montagejs/collections/issues/132#issuecomment-152655499 .