jquense / uncontrollable

Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled
MIT License
200 stars 35 forks source link

package.json "main" field points to a nonexistent file #7

Closed ahutchings closed 8 years ago

ahutchings commented 9 years ago

Node's resolve algorithm seems to fall back to index.js anyway, but does the "main" field in package.json need to be updated or removed?

ZelimDamian commented 8 years ago

The node fallback mentioned by @ahutchings doesn't work when you try to install the lib using jspm, as it fails to find the main script. Pull sent.