mirror of https://github.com/lukechilds/node.git
Browse Source
This adds basic support for situations where there is a package.json with a "main" field. That "main" module is used as the code that is loaded when the package folder is required.v0.7.4-release
isaacs
14 years ago
committed by
Ryan Dahl
5 changed files with 53 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
exports.ok = "ok" |
@ -0,0 +1,3 @@ |
|||||
|
{"name":"package-name" |
||||
|
,"version":"1.2.3" |
||||
|
,"main":"package-main-module"} |
Loading…
Reference in new issue