resuml 1.2.5 → 1.2.6

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/dist/index.js CHANGED
@@ -6874,7 +6874,7 @@ var import_module = require("module");
6874
6874
  var require2 = (0, import_module.createRequire)(importMetaUrl);
6875
6875
  async function installTheme(packageName) {
6876
6876
  try {
6877
- (0, import_child_process.execSync)(`npm install ${packageName}`, {
6877
+ (0, import_child_process.execFileSync)("npm", ["install", packageName], {
6878
6878
  stdio: ["inherit", "pipe", "pipe"],
6879
6879
  encoding: "utf8"
6880
6880
  });