6 ms·
As an author of a (small) number of npm+bower packages I must admit that nope, that's not "standard" in any meaningful way.
by bakareika 12y ago
As an author of a (small) number of npm+bower packages I must admit that nope, that's not "standard" in any meaningful way.
- TheHydroImpulse 12y agoIt's definitely standard in Node land and also Component(1). Bower, on the other hand, does not and thus is the culprit.
- skeoh 12y agoindex.js is only 'standard' in node insofar as it is the fallback entry point if a package.json file is not found or does not specify a 'main' file.