function cdInto()

in src/npm-link.js [115:117]


function cdInto (moduleName) {
    shelljs.pushd(moduleName);
}