rafters 0.0.34 → 0.0.35

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -58509,6 +58509,7 @@ async function generateOutputs(cwd, paths, registry2, exports, shadcn, darkMode
58509
58509
  }
58510
58510
  if (exports.compiled) {
58511
58511
  if (!isTailwindCliInstalled()) {
58512
+ log({ event: "init:prompting_exports" });
58512
58513
  await ensureTailwindCli(cwd);
58513
58514
  }
58514
58515
  log({ event: "init:compiling_css" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rafters",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "CLI for Rafters design system - scaffold tokens and add components",
5
5
  "license": "MIT",
6
6
  "type": "module",