uilint 0.2.16 → 0.2.18
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 +1 -1
- package/dist/{install-ui-BBIO2E5O.js → install-ui-FE5AA75P.js} +669 -532
- package/dist/install-ui-FE5AA75P.js.map +1 -0
- package/dist/{plan-VPDTICSY.js → plan-SIXVCXCK.js} +22 -12
- package/dist/plan-SIXVCXCK.js.map +1 -0
- package/package.json +3 -3
- package/dist/install-ui-BBIO2E5O.js.map +0 -1
- package/dist/plan-VPDTICSY.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -2805,7 +2805,7 @@ program.command("update").description("Update existing style guide with new styl
|
|
|
2805
2805
|
});
|
|
2806
2806
|
});
|
|
2807
2807
|
program.command("install").description("Install UILint integration").option("--force", "Overwrite existing configuration files").action(async (options) => {
|
|
2808
|
-
const { installUI } = await import("./install-ui-
|
|
2808
|
+
const { installUI } = await import("./install-ui-FE5AA75P.js");
|
|
2809
2809
|
await installUI({ force: options.force });
|
|
2810
2810
|
});
|
|
2811
2811
|
program.command("serve").description("Start WebSocket server for real-time UI linting").option("-p, --port <number>", "Port to listen on", "9234").action(async (options) => {
|