vue3-tailwind-components 0.1.10 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-tailwind-components",
3
- "version": "0.1.10",
3
+ "version": "0.2.0",
4
4
  "description": "A library of Vue 3 components that use Tailwind",
5
5
  "keywords": [
6
6
  "vue3",
@@ -23,7 +23,8 @@
23
23
  "scripts": {
24
24
  "dev": "vite",
25
25
  "build": "vite build",
26
- "preview": "vite preview"
26
+ "preview": "vite preview",
27
+ "site": "vite build --config site.config.js"
27
28
  },
28
29
  "dependencies": {
29
30
  "@fortawesome/fontawesome-svg-core": "^6.2.1",