forked from FoundKeyGang/FoundKey
fixup: remove trailing comma in JSON
This commit is contained in:
parent
14b48fb07c
commit
80e2851378
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
"vite": "3.1.0",
|
||||
"vue": "3.2.45",
|
||||
"vue-prism-editor": "2.0.0-alpha.2",
|
||||
"vuedraggable": "4.0.1",
|
||||
"vuedraggable": "4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/katex": "0.14.0",
|
||||
|
@ -67,6 +67,6 @@
|
|||
"cypress": "10.3.0",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-vue": "^9.8.0",
|
||||
"eslint-plugin-vue": "^9.8.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue