vue3-tailwind-components 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "vue3-tailwind-components",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A library of Vue 3 components that use Tailwind",
5
+ "keywords": [
6
+ "vue3",
7
+ "tailwind",
8
+ "components"
9
+ ],
5
10
  "license": "MIT",
6
11
  "repository": "richardhulbert/vue3-tailwind-components",
7
12
  "files": [
@@ -33,6 +38,7 @@
33
38
  "vue": "^3.2.45"
34
39
  },
35
40
  "devDependencies": {
41
+ "lodash": "^4.17.21",
36
42
  "@faker-js/faker": "^7.6.0",
37
43
  "@vitejs/plugin-vue": "^4.0.0",
38
44
  "autoprefixer": "^10.4.13",