release v2.0.0 #4
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// You can add your plugins here
|
||||
module.exports = [
|
||||
/* '@flaschengeist/balances', */
|
||||
'@flaschengeist/users',
|
||||
/* '@flaschengeist/schedule', */
|
||||
/* '@flaschengeist/pricelist', */
|
||||
]
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
module.exports = []
|
||||
module.exports = [
|
||||
'@flaschengeist/users',
|
||||
]
|
Loading…
Reference in New Issue