maz-ui 3.4.3 → 3.4.4
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.
- package/package.json +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.4",
|
|
4
4
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
5
5
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
6
6
|
"main": "modules/index.js",
|
|
@@ -151,7 +151,9 @@
|
|
|
151
151
|
"vue": "^3.2.45",
|
|
152
152
|
"vue-loader": "^17.0.1",
|
|
153
153
|
"vue-router": "^4.1.6",
|
|
154
|
-
"vuedraggable": "^2.24.3"
|
|
154
|
+
"vuedraggable": "^2.24.3",
|
|
155
|
+
"chalk": "^4.1.2",
|
|
156
|
+
"sass": "^1.56.1"
|
|
155
157
|
},
|
|
156
158
|
"engines": {
|
|
157
159
|
"node": ">= 6.0.0",
|
|
@@ -173,9 +175,5 @@
|
|
|
173
175
|
"type": "git",
|
|
174
176
|
"url": "git+https://github.com/LouisMazel/maz-ui.git"
|
|
175
177
|
},
|
|
176
|
-
"license": "MIT"
|
|
177
|
-
"dependencies": {
|
|
178
|
-
"chalk": "^4.1.2",
|
|
179
|
-
"sass": "^1.56.1"
|
|
180
|
-
}
|
|
178
|
+
"license": "MIT"
|
|
181
179
|
}
|