uilint 0.2.163 → 0.2.165

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.
@@ -3738,6 +3738,10 @@ ${semanticCat?.icon ?? "\u{1F9E0}"} ${semanticCat?.name ?? "Semantic rules"} (${
3738
3738
  type: "remove_directory",
3739
3739
  path: rulesDir
3740
3740
  });
3741
+ actions.push({
3742
+ type: "delete_file",
3743
+ path: join14(target.path, ".uilint", "package.json")
3744
+ });
3741
3745
  actions.push({
3742
3746
  type: "remove_dependencies",
3743
3747
  packagePath: target.path,
@@ -4248,4 +4252,4 @@ export {
4248
4252
  execute,
4249
4253
  getInjectionPoints
4250
4254
  };
4251
- //# sourceMappingURL=chunk-RIPGIYIO.js.map
4255
+ //# sourceMappingURL=chunk-XKZ7D527.js.map