rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Getting "Error: Cannot find module 'seamless-immutable'" in version 7.1.0 but not 7.0.1 #206

Closed LukeusMaximus closed 7 years ago

LukeusMaximus commented 7 years ago

My package that depends on this one suffers the following error when browserifying this module: Error: Cannot find module 'seamless-immutable' This occurs in the version 7.1.0 but not 7.0.1. Shrinkwrapping solves this problem for now. Is this caused by the changes to the package.json "browser" or "main" fields?

dentrado commented 7 years ago

I've made a PR that should fix the problem: https://github.com/rtfeldman/seamless-immutable/pull/205

rtfeldman commented 7 years ago

@LukeusMaximus should be fixed in 7.1.1

LukeusMaximus commented 7 years ago

Yup, all fixed.