Closed ahutchings closed 8 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?
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.
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?