vue3-tailwind-components 0.0.9 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -0
- package/dist/vue3-tailwind-components.es.js +7944 -7705
- package/dist/vue3-tailwind-components.umd.js +26 -22
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue3-tailwind-components",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.1.1",
|
4
4
|
"description": "A library of Vue 3 components that use Tailwind",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": "richardhulbert/vue3-tailwind-components",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@vueuse/core": "^10.2.0",
|
30
30
|
"click-outside-vue3": "^4.0.1",
|
31
31
|
"tailwindcss": "^3.2.4",
|
32
|
-
"tailwindcss-animate": "^1.0.
|
32
|
+
"tailwindcss-animate": "^1.0.7",
|
33
33
|
"vue": "^3.2.45"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|