mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
aaaaaaaaargh
This commit is contained in:
parent
557e024fa6
commit
987cbc993f
1 changed files with 4 additions and 6 deletions
10
package.json
10
package.json
|
@ -94,7 +94,10 @@
|
|||
"vuetify": "2.6.14",
|
||||
"winston": "^3.11.0",
|
||||
"winston-daily-rotate-file": "^4.7.1",
|
||||
"yargs": "^17.7.2"
|
||||
"yargs": "^17.7.2",
|
||||
"vue": "2.7.15",
|
||||
"vue-template-compiler": "2.7.15",
|
||||
"vue-server-renderer": "2.7.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/vuetify": "^1.12.3",
|
||||
|
@ -113,11 +116,6 @@
|
|||
"jest": {
|
||||
"testEnvironment": "jsdom"
|
||||
},
|
||||
"resolutions": {
|
||||
"vue": "2.7.15",
|
||||
"vue-template-compiler": "2.7.15",
|
||||
"vue-server-renderer": "2.7.15"
|
||||
},
|
||||
"bin": {
|
||||
"gancio": "server/cli.js"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue