create-ripple 0.2.5 → 0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -136,7 +136,7 @@ export default {
136
136
  plugins: []
137
137
  } satisfies Config
138
138
  `),u(r(e,`src`,`index.css`),`@import "tailwindcss";
139
- @config "./tailwind.config.ts";`);let t=`import './index.css';
139
+ @config "../tailwind.config.ts";`);let t=`import './index.css';
140
140
  `+c(r(e,`src`,`index.ts`),`utf-8`);u(r(e,`src`,`index.ts`),t),o(r(e,`vite.config.js`))&&l(r(e,`vite.config.js`)),u(r(e,`vite.config.js`),`import { defineConfig } from 'vite';
141
141
  import { ripple } from 'vite-plugin-ripple';
142
142
  import tailwindcss from '@tailwindcss/vite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ripple",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Interactive CLI tool for creating Ripple applications",
5
5
  "type": "module",
6
6
  "license": "MIT",