mol_wire_lib 1.0.220 → 1.0.223
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/node.test.js
CHANGED
|
@@ -2148,9 +2148,9 @@ var $node = new Proxy({ require }, {
|
|
|
2148
2148
|
while (!fs.existsSync(path.join(dir, suffix))) {
|
|
2149
2149
|
const parent = path.resolve(dir, '..');
|
|
2150
2150
|
if (parent === dir) {
|
|
2151
|
-
$$.$mol_exec('.', 'npm', 'install', name);
|
|
2151
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
|
|
2152
2152
|
try {
|
|
2153
|
-
$$.$mol_exec('.', 'npm', 'install', '@types/' + name);
|
|
2153
|
+
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
|
|
2154
2154
|
}
|
|
2155
2155
|
catch { }
|
|
2156
2156
|
break;
|