release v2.0.0 #4
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
|
"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": {
|
"dependencies": {
|
||||||
"@flaschengeist/api": "file:./api",
|
"@flaschengeist/api": "file:./api",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// You can add your plugins here
|
// You can add your plugins here
|
||||||
module.exports = [
|
module.exports = [
|
||||||
/* '@flaschengeist/balances', */
|
/* '@flaschengeist/balances', */
|
||||||
'@flaschengeist/users',
|
|
||||||
/* '@flaschengeist/schedule', */
|
/* '@flaschengeist/schedule', */
|
||||||
|
/* '@flaschengeist/pricelist', */
|
||||||
]
|
]
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
module.exports = []
|
module.exports = [
|
||||||
|
'@flaschengeist/users',
|
||||||
|
]
|
Loading…
Reference in New Issue