mirror of https://github.com/lukechilds/node.git
Browse Source
Verify that a package.json without a .main property loads index.js. PR-URL: https://github.com/nodejs/node/pull/9196 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v7.x
committed by
Evan Lucas
3 changed files with 5 additions and 0 deletions
@ -0,0 +1 @@ |
|||
exports.ok = 'ok'; |
@ -0,0 +1 @@ |
|||
{} |
Loading…
Reference in new issue