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 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', '--no-save', name);
485
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
486
486
  try {
487
- $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
487
+ $$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
488
488
  }
489
489
  catch { }
490
490
  break;