Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jun 21, 2022
1 parent d43460a commit fb6cf15
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-loader",
"version": "1.7.3",
"version": "1.8.0",
"description": "A Webpack plugin for treeshaking Vuetify components and more",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -30,10 +30,18 @@
"webpack": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"gm": { "optional": true },
"pug": { "optional": true },
"sharp": { "optional": true },
"vue-template-compiler": { "optional": true }
"gm": {
"optional": true
},
"pug": {
"optional": true
},
"sharp": {
"optional": true
},
"vue-template-compiler": {
"optional": true
}
},
"devDependencies": {
"gm": "^1.23.1",
Expand Down

0 comments on commit fb6cf15

Please sign in to comment.