mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix sass
This commit is contained in:
parent
f39ab70b34
commit
53b26115a4
1 changed files with 3 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
"prettier": "^2.3.0",
|
||||
"pug": "^3.0.2",
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"sass": "^1.34.0",
|
||||
"sass": "^1.32.12",
|
||||
"sass-loader": "10",
|
||||
"typescript": "^4.3.2",
|
||||
"vue-cli-plugin-vuetify": "~2.4.0",
|
||||
|
@ -129,7 +129,8 @@
|
|||
"minimist": "1.2.5",
|
||||
"jimp": "0.16.1",
|
||||
"resize-img": "2.0.0",
|
||||
"underscore": "1.13.1"
|
||||
"underscore": "1.13.1",
|
||||
"@nuxtjs/vuetify/**/sass": "1.32.12"
|
||||
},
|
||||
"bin": {
|
||||
"gancio": "server/cli.js"
|
||||
|
|
Loading…
Reference in a new issue