@modeltables/fontawesome-vuetify 3.5.0 → 3.6.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -63,6 +63,6 @@ Loading is mandatory while data items are retreving with option to use crud oper
63
63
 
64
64
  License
65
65
 
66
- ISC
66
+ MIT
67
67
 
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  "vue-tsc": "^1.5.0"
29
29
  },
30
30
  "author": "Ignjat Koicki",
31
- "license": "ISC",
31
+ "license": "MIT",
32
32
  "dependencies": {
33
33
  "@fortawesome/fontawesome-svg-core": "^7.1.0",
34
34
  "@fortawesome/free-regular-svg-icons": "^7.1.0",