Skip to content

Commit fb6cf15

Browse files
committed
v1.8.0
1 parent d43460a commit fb6cf15

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

‎package.json‎

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-loader",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"description": "A Webpack plugin for treeshaking Vuetify components and more",
55
"main": "lib/index.js",
66
"repository": {
@@ -30,10 +30,18 @@
3030
"webpack": "^4.0.0 || ^5.0.0"
3131
},
3232
"peerDependenciesMeta": {
33-
"gm": { "optional": true },
34-
"pug": { "optional": true },
35-
"sharp": { "optional": true },
36-
"vue-template-compiler": { "optional": true }
33+
"gm": {
34+
"optional": true
35+
},
36+
"pug": {
37+
"optional": true
38+
},
39+
"sharp": {
40+
"optional": true
41+
},
42+
"vue-template-compiler": {
43+
"optional": true
44+
}
3745
},
3846
"devDependencies": {
3947
"gm": "^1.23.1",

0 commit comments

Comments
 (0)