release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit fd918f5bb7 - Show all commits

View File

@ -12,7 +12,7 @@
},
"scripts": {
"format": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
"lint": "eslint --ext .js,.ts,.vue ./src"
"lint": "eslint --ext .js,.ts,.vue ./src ./api"
},
"dependencies": {
"@flaschengeist/api": "file:./api",

View File

@ -1,6 +1,6 @@
// You can add your plugins here
module.exports = [
/* '@flaschengeist/balances', */
'@flaschengeist/users',
/* '@flaschengeist/schedule', */
/* '@flaschengeist/pricelist', */
]

View File

@ -1 +1,3 @@
module.exports = []
module.exports = [
'@flaschengeist/users',
]