groundwater / node-bin-nsh

10 stars 5 forks source link

Removed module.parent check #7

Open piranna opened 9 years ago

piranna commented 9 years ago

Currently checking for module.parent or other things is not used anymore since package.json provides mechanism for a package work at the same time as a library and as an executable, so this checks similar to the Python ones are not needed anymore, and also allow to NodeOS env.js to use less memory.