You claim thatusing module directories is "exactly like node_modules" - this is, as far as i can tell, false. It only checks the directory of the package.json whereas node_modules resolves recursively backwards.
May be good to add a note that absolute directories are required
You claim thatusing module directories is "exactly like node_modules" - this is, as far as i can tell, false. It only checks the directory of the package.json whereas node_modules resolves recursively backwards.
May be good to add a note that absolute directories are required