vue3-tailwind-components 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue3-tailwind-components",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.5",
|
4
4
|
"description": "A library of Vue 3 components that use Tailwind",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": "richardhulbert/vue3-tailwind-components",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"dist"
|
9
9
|
],
|
10
10
|
"main": "./dist/vue3-tailwind-components.umd.js",
|
11
|
-
"module": "./dist/vue3-tailwind-
|
11
|
+
"module": "./dist/vue3-tailwind-components.es.js",
|
12
12
|
"exports": {
|
13
13
|
".": {
|
14
14
|
"import": "./dist/vue3-tailwind-components.js",
|