mol_regexp 0.0.890 → 0.0.892
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -482,9 +482,9 @@ var $node = new Proxy({ require }, {
|
|
|
482
482
|
while (!fs.existsSync(path.join(dir, suffix))) {
|
|
483
483
|
const parent = path.resolve(dir, '..');
|
|
484
484
|
if (parent === dir) {
|
|
485
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev',
|
|
485
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
486
486
|
try {
|
|
487
|
-
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '
|
|
487
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
488
488
|
}
|
|
489
489
|
catch { }
|
|
490
490
|
break;
|