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.
- package/dist/{chunk-RIPGIYIO.js → chunk-XKZ7D527.js} +5 -1
- package/dist/{chunk-RIPGIYIO.js.map → chunk-XKZ7D527.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{init-ui-NWRVGEEM.js → init-ui-J7CVVJCE.js} +2 -2
- package/dist/{remove-ui-7MULR7IB.js → remove-ui-VSYFTBK2.js} +2 -2
- package/package.json +9 -9
- /package/dist/{init-ui-NWRVGEEM.js.map → init-ui-J7CVVJCE.js.map} +0 -0
- /package/dist/{remove-ui-7MULR7IB.js.map → remove-ui-VSYFTBK2.js.map} +0 -0
|
@@ -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-
|
|
4255
|
+
//# sourceMappingURL=chunk-XKZ7D527.js.map
|